From 3194225600803cec2d1cd56eeb6d935dd65ccf36 Mon Sep 17 00:00:00 2001 From: Jake Bowhay <60778417+j-bowhay@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:24:53 +0100 Subject: [PATCH] Fix link in makefile (#620) --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index accaf781..a85b721f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -11,7 +11,7 @@ themes/scientific-python-hugo-theme: echo "It looks as though you are missing the themes directory."; \ echo "You need to add the scientific-python-hugo-theme as a submodule."; \ echo ; \ - echo "Please see https://theme.scientific-python.org/getstarted/"; \ + echo "Please see https://theme.scientific-python.org/user_guide/getstarted/"; \ echo ; \ exit 1; \ fi