diff options
Diffstat (limited to 'make/template/main.mk')
-rw-r--r-- | make/template/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index a41d35fca..15d2fa863 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -188,8 +188,8 @@ std-header: @echo "* BUILDING INSPIRCD *" @echo "* *" @echo "* This will take a *long* time. *" - @echo "* Why not read our wiki at *" - @echo "* https://wiki.inspircd.org *" + @echo "* Why not read our docs at *" + @echo "* https://docs.inspircd.org *" @echo "* while you wait for Make to run? *" @echo "*************************************" |