From f06472c4689e330115e54eba1690d4cd61eef342 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 2 Jun 2024 19:03:22 -0300 Subject: [PATCH] Add internal links to IWAS. --- site/docs/tutorials/iwas/introduction.md | 4 ++-- site/docs/tutorials/iwas/the-iwas-file-format.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/tutorials/iwas/introduction.md b/site/docs/tutorials/iwas/introduction.md index 2def9128..331fb266 100644 --- a/site/docs/tutorials/iwas/introduction.md +++ b/site/docs/tutorials/iwas/introduction.md @@ -1,6 +1,6 @@ # Introduction -It's possible to use IWAS as a minimal sound editor. To export your song: +It's possible to use [IWAS](/play/iwas) as a minimal sound editor. To export your song: 1. Press **Enter** to get to the main menu. 2. Select the option **Disk Options**. 3. Select the option **Export Disk**. @@ -14,4 +14,4 @@ To load a different song: 4. Select and load a `.disk` file to load it. 5. On IWAS, click on **Load/Reload Song** button, then confirm it by clicking on the **Load** button when a message appears. -Now we can use the IWAS save data to export our song. \ No newline at end of file +Now we can use the IWAS save data to export our song. diff --git a/site/docs/tutorials/iwas/the-iwas-file-format.md b/site/docs/tutorials/iwas/the-iwas-file-format.md index 1c9ea70b..a7ed4b50 100644 --- a/site/docs/tutorials/iwas/the-iwas-file-format.md +++ b/site/docs/tutorials/iwas/the-iwas-file-format.md @@ -1,6 +1,6 @@ # The IWAS file format -Before we can export an IWAS song into our project, first we need to understand it's file format. +Before we can export an [IWAS](/play/iwas) song into our project, first we need to understand it's file format. The IWAS file format was made under the following goals: - **Size:** it must fit into WASM-4's limited 1KB (1024 bytes) of disk space normally used for save games.