From 2b093ad421dd2997910a113f30389f1b28f7912c Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 1 Feb 2022 20:53:05 -0600 Subject: [PATCH] docs: fixed Forge homepage link Fixes #1244 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362e60fe..6ae60fe0 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ To troubleshoot any issues with memory allocation reported by the JVM, set the e ### Running a Forge Server -Enable [Forge server](http://www.minecraftforge.net/wiki/) mode by adding a `-e TYPE=FORGE` to your command-line. +Enable [Forge server](http://www.minecraftforge.net/) mode by adding a `-e TYPE=FORGE` to your command-line. The overall version is specified by `VERSION`, [as described in the section above](#versions) and will run the recommended Forge version by default. You can also choose to run a specific Forge version with `FORGEVERSION`, such as `-e FORGEVERSION=14.23.5.2854`.