diff --git a/src/asciidoc/docs/develop/versioning.adoc b/src/asciidoc/docs/develop/versioning.adoc index c21ba28f..b226b2fa 100644 --- a/src/asciidoc/docs/develop/versioning.adoc +++ b/src/asciidoc/docs/develop/versioning.adoc @@ -20,7 +20,7 @@ The new version replaces the older version at the same URL. A creator who remixes your template from the base URL can now take advantage of its latest features and fixes. However, a creator can still remix a Koji that was created from an older version of your template. -To handle this case, you can configure the project settings so that <<_managing_instant_remix_versions,instant remixes always use the latest version>> of the template. +To handle this case, you can configure the project settings so that <<_managing_customization_versions,instant remixes always use the latest version>> of the template. For the remix experience to work the way the user expects, the template must be able to support the custom values from the older Koji, and any new features must have reasonable default values. If the VCC structure has changed between versions, you might be able to apply an upgrade function to <<_transforming_vcc_values,transform the custom values>> from the old format to the new format. diff --git a/src/asciidoc/docs/guides-general/game-tutorial/intro.adoc b/src/asciidoc/docs/guides-general/game-tutorial/intro.adoc index 8d05ac46..7e0e6b92 100644 --- a/src/asciidoc/docs/guides-general/game-tutorial/intro.adoc +++ b/src/asciidoc/docs/guides-general/game-tutorial/intro.adoc @@ -6,7 +6,7 @@ In this tutorial, you will create a customizable https://withkoji.com/~Svarog1389/rxkd[falling objects] game, starting from a https://withkoji.com/~Svarog1389/game-template-1[p5.js game scaffold]. -NOTE: This tutorial assumes you've already gone through the <> and are familiar with the basics of Koji apps. +NOTE: This tutorial assumes you've already gone through the <> and are familiar with the basics of Koji apps. == Objective