Skip to content

Commit 581fd8f

Browse files
authored
build: fix user guide localdev script (#247)
1 parent 3886cc2 commit 581fd8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/localdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" > /dev/null 2>&1 && pwd -P)
77
echo 'The preview is going to be available at http://localhost:8000/docker-papermc-server/'
88
echo
99

10-
sh "${SCRIPT_DIR}/mkdocs" serve --dev-addr '0.0.0.0:8000'
10+
sh "${SCRIPT_DIR}/mkdocs.sh" serve --dev-addr '0.0.0.0:8000'

0 commit comments

Comments
 (0)