summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 12:07:45 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 12:07:45 +0300
commit57461553ba55ee56dda5681310cdf35d81ea5c54 (patch)
tree54a2ce485d9c5eac198691fc9f4518f7e5becc60
parenta9016d56f05e44912b4ca8e4ab56c2c27adb823b (diff)
fix links to Debugging
-rw-r--r--Contributing.mdwn2
-rw-r--r--DeveloperNotes.mdwn3
-rw-r--r--Developing_With_Telepathy.mdwn2
3 files changed, 4 insertions, 3 deletions
diff --git a/Contributing.mdwn b/Contributing.mdwn
index 497e703..85e54e4 100644
--- a/Contributing.mdwn
+++ b/Contributing.mdwn
@@ -10,7 +10,7 @@
## Information
-* [[Debugging]]: how to obtain information when things break
+* [[DeveloperNotes/Debugging]]: how to obtain information when things break
* [[DeveloperNotes]]: various notes related to Telepathy development
* [[Coding style recommendations|Documentation/Style]] for Telepathy implementations
* [[Documentation]]
diff --git a/DeveloperNotes.mdwn b/DeveloperNotes.mdwn
index a31197d..e96ac77 100644
--- a/DeveloperNotes.mdwn
+++ b/DeveloperNotes.mdwn
@@ -6,9 +6,10 @@
* [[DeveloperNotes/Name Suggestions]]: suggestions for new component names
* [Release blocker bugs](http://bugs.freedesktop.org/buglist.cgi?query_format=advanced&product=Telepathy&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker)
-## Making Reviews
+## Coding & Making Reviews
* [[DeveloperNotes/Portability]]
+* [[DeveloperNotes/Debugging]]
## Porting
diff --git a/Developing_With_Telepathy.mdwn b/Developing_With_Telepathy.mdwn
index 52705f2..1bb3e46 100644
--- a/Developing_With_Telepathy.mdwn
+++ b/Developing_With_Telepathy.mdwn
@@ -13,5 +13,5 @@ If you want to use Python or some other scripting language, it is recommended th
## When things go wrong
-* [[Debugging information|Debugging]]
+* [[Debugging information|DeveloperNotes/Debugging]]
* [[Report bugs|Bugs]]