Skip to content

Commit 3194225

Browse files
authored
Fix link in makefile (#620)
1 parent 8bea5ae commit 3194225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ themes/scientific-python-hugo-theme:
1111
echo "It looks as though you are missing the themes directory."; \
1212
echo "You need to add the scientific-python-hugo-theme as a submodule."; \
1313
echo ; \
14-
echo "Please see https://theme.scientific-python.org/getstarted/"; \
14+
echo "Please see https://theme.scientific-python.org/user_guide/getstarted/"; \
1515
echo ; \
1616
exit 1; \
1717
fi

0 commit comments

Comments
 (0)