diff --git a/Makefile b/Makefile index 81a0561..649b30f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ win32.debug: infomsg replaceinfos infomsg: @echo "| For compilation info please refer to the boxes compilation FAQ" - @echo "| at https://github.com/ascii-boxes/boxes/wiki/FAQ#q-5-compilation" + @echo "| at http://boxes.thomasjensen.com/docs/faq.html#q5" replaceinfos: src/boxes.h doc/boxes.1 diff --git a/README.md b/README.md index e79f955..1ad7197 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ uses only a small set of instructions and is comformant to the ANSI C standard. For a small collection of frequently asked questions, visit the -[compilation FAQ](https://github.com/ascii-boxes/boxes/wiki/FAQ#q-5-compilation) +[compilation FAQ](http://boxes.thomasjensen.com/docs/faq.html#q5) on the boxes website.