summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt
index ad2f341b..f9ca03cd 100644
--- a/docs/HACKING.txt
+++ b/docs/HACKING.txt
@@ -2,7 +2,7 @@
Mana Hacking Guide
----------------------------
-This guide is also available at http://gitorious.org/mana/pages/Hacking
+This guide is also available at http://doc.manasource.org/hacking
including more tips about C++ programming in general.
With multiple coders working on the same source files, there needs to be a
@@ -133,5 +133,5 @@ necessary.
be used. Hungarian style should be avoided.
* Whenever you add a new source file somewhere in ./src do not forget to add
- them in ./src/Makefile.am as well!
+ them in ./src/CMakeLists.txt as well!