diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-01 15:25:23 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-02 00:49:01 +0100 |
commit | 87b1461e2a4710a38b32186c2582da9fe9bb3804 (patch) | |
tree | 9f50459fc46a9e0c371a7cb6f724ef51cf919744 /make/template | |
parent | 1f6b27d64ee917cd4df18fb21cc9af680939448d (diff) | |
parent | e743b2d90a23ac3c5c9a7977a8e30973ef416788 (diff) |
Merge branch 'insp20' into insp3.
Diffstat (limited to 'make/template')
-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 "*************************************" |