diff --git a/launch-dedicated.cmd b/launch-dedicated.cmd index 585353236f..c67490485b 100644 --- a/launch-dedicated.cmd +++ b/launch-dedicated.cmd @@ -1,4 +1,4 @@ -:: example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated for details +:: example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated-Server for details @echo on diff --git a/launch-dedicated.sh b/launch-dedicated.sh index ff399617fc..e0cd5ab3f2 100755 --- a/launch-dedicated.sh +++ b/launch-dedicated.sh @@ -1,5 +1,5 @@ #!/bin/sh -# example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated for details +# example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated-Server for details # Usage: # $ ./launch-dedicated.sh # Launch a dedicated server with default settings