From a0eea7bcc00b82628c7a2c270e147bcc8e4bef73 Mon Sep 17 00:00:00 2001 From: ThomasChr Date: Mon, 3 Apr 2023 19:42:25 +0200 Subject: [PATCH] fix path to wiki page --- launch-dedicated.cmd | 2 +- launch-dedicated.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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