From d42e2654a9a875373e82edb39b9064bdb7afe835 Mon Sep 17 00:00:00 2001 From: Jake Bowhay Date: Sat, 8 Jun 2024 21:50:09 +0100 Subject: [PATCH] fix link in makefile --- 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