Skip to content

Commit 90ac0bc

Browse files
authored
Fix dead links (#44)
1 parent c4f7ef6 commit 90ac0bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/wiki/end-user-guide/installation/install-client.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Steps:
2222
2. Add [Scalar Legacy](https://www.curseforge.com/minecraft/mc-mods/scalar-legacy) to your mod folder<br/>
2323
*(it will not load in a Forge environment)*<br/>
2424
3. :warning: **Warning:** Make sure your instance does not include problematic or deprecated mods.<br/>
25-
See [Preparing your modpack](/wiki/End-user-Guide/preparing-your-modpack) for more details.<br/>
25+
See [Preparing your modpack](/wiki/end-user-guide/preparing-your-modpack) for more details.<br/>
2626
4. Download the `Cleanroom-MMC-instance-` archive from the [Releases page](https://github.com/CleanroomMC/Cleanroom/releases).<br/>
2727
5. Import it into your launcher.<br/>
2828
*(Alternatively, unzip the patches and JSON files into an existing 1.12 instance.)*<br/>
2929
6. In your launcher, select the `javaw.exe` path of your **Java 25 installation**. (`javaw.exe` will not produce any command-line output and it the one that should be used in normal cases, while `java.exe` will produce a command-line output)<br/>
30-
7. *(Optional)* Add JVM arguments as described in the [JVM Arguments](/wiki/End-user-Guide/args) section.<br/>
30+
7. *(Optional)* Add JVM arguments as described in the [JVM Arguments](/wiki/end-user-guide/args) section.<br/>
3131

3232
### Cleanroom Relauncher
3333

@@ -40,10 +40,10 @@ Steps:
4040
2. Add [Scalar Legacy](https://www.curseforge.com/minecraft/mc-mods/scalar-legacy) to your modlist<br/>
4141
*(it will not load in a Forge environment)*<br/>
4242
3. :warning: **Warning:** Ensure your instance does not contain problematic or deprecated mods.<br/>
43-
See [Preparing your modpack](/wiki/End-user-Guide/preparing-your-modpack) for details.<br/>
43+
See [Preparing your modpack](/wiki/end-user-guide/preparing-your-modpack) for details.<br/>
4444
4. Add the [Cleanroom Relauncher](https://www.curseforge.com/minecraft/mc-mods/cleanroom-relauncher) mod to your modlist and launch the game with **Java 8**.<br/>
4545
5. In the Cleanroom Relauncher GUI, select the `javaw.exe` path of your **Java 25 installation**. (`javaw.exe` will not produce any command-line output and it the one that should be used in normal cases, while `java.exe` will produce a command-line output)<br/>
46-
6. *(Optional)* Add JVM arguments from the [JVM Arguments](/wiki/End-user-Guide/args) section.<br/>
46+
6. *(Optional)* Add JVM arguments from the [JVM Arguments](/wiki/end-user-guide/args) section.<br/>
4747
7. Click **Relaunch**.<br/>
4848

4949
## Notes

docs/wiki/end-user-guide/installation/install-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ title: Server
1010

1111
1. Delete the `libraries` folder inside your server directory.<br/>
1212
2. :warning: **Warning:** Ensure your server modlist does not include problematic or deprecated mods.<br/>
13-
See [Preparing your modpack](/wiki/End-user-Guide/preparing-your-modpack) for more details.<br/>
13+
See [Preparing your modpack](/wiki/end-user-guide/preparing-your-modpack) for more details.<br/>
1414
3. Download the latest `cleanroom-x.x.x-installer.jar` from the [Releases page](https://github.com/CleanroomMC/Cleanroom/releases) and run it.<br/>
1515
4. In the installer GUI, select **Install server** and choose your server’s directory.<br/>
1616
5. Add [Fugue](https://www.curseforge.com/minecraft/mc-mods/fugue) to your mod folder<br/>
1717
*(it will not load in a Forge environment)*<br/>
1818
6. Add [Scalar Legacy](https://www.curseforge.com/minecraft/mc-mods/scalar-legacy) to your mod folder<br/>
1919
*(it will not load in a Forge environment)*<br/>
20-
7. *(Optional)* Add JVM arguments to your server’s launch file as described in the [JVM Arguments](/wiki/End-user-Guide/args) section.<br/>
20+
7. *(Optional)* Add JVM arguments to your server’s launch file as described in the [JVM Arguments](/wiki/end-user-guide/args) section.<br/>
2121

2222
## Notes
2323

0 commit comments

Comments
 (0)