summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 12:11:06 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 12:11:06 +0300
commit042cb45ff9c8fafbcb6f04f60efccebddf7469d0 (patch)
treeac6b9a1ab127b25f9842ba17371fc9a2fde18f48
parent57461553ba55ee56dda5681310cdf35d81ea5c54 (diff)
Documentation/Style -> DeveloperNotes/Style
it suits better there...
-rw-r--r--Contributing.mdwn2
-rw-r--r--DeveloperNotes.mdwn1
-rw-r--r--DeveloperNotes/Style.mdwn (renamed from Documentation/Style.mdwn)0
-rw-r--r--DeveloperNotes/Style/TelepathyGLib.mdwn (renamed from Documentation/Style/TelepathyGLib.mdwn)0
-rw-r--r--Documentation.mdwn4
5 files changed, 2 insertions, 5 deletions
diff --git a/Contributing.mdwn b/Contributing.mdwn
index 85e54e4..b1c95f6 100644
--- a/Contributing.mdwn
+++ b/Contributing.mdwn
@@ -12,7 +12,7 @@
* [[DeveloperNotes/Debugging]]: how to obtain information when things break
* [[DeveloperNotes]]: various notes related to Telepathy development
-* [[Coding style recommendations|Documentation/Style]] for Telepathy implementations
+* [[Coding style recommendations|DeveloperNotes/Style]] for Telepathy implementations
* [[Documentation]]
## Procedures
diff --git a/DeveloperNotes.mdwn b/DeveloperNotes.mdwn
index e96ac77..af7fc23 100644
--- a/DeveloperNotes.mdwn
+++ b/DeveloperNotes.mdwn
@@ -8,6 +8,7 @@
## Coding & Making Reviews
+* [[Coding Style|DeveloperNotes/Style]]
* [[DeveloperNotes/Portability]]
* [[DeveloperNotes/Debugging]]
diff --git a/Documentation/Style.mdwn b/DeveloperNotes/Style.mdwn
index 40d38e7..40d38e7 100644
--- a/Documentation/Style.mdwn
+++ b/DeveloperNotes/Style.mdwn
diff --git a/Documentation/Style/TelepathyGLib.mdwn b/DeveloperNotes/Style/TelepathyGLib.mdwn
index 177e401..177e401 100644
--- a/Documentation/Style/TelepathyGLib.mdwn
+++ b/DeveloperNotes/Style/TelepathyGLib.mdwn
diff --git a/Documentation.mdwn b/Documentation.mdwn
index 930189f..f72058d 100644
--- a/Documentation.mdwn
+++ b/Documentation.mdwn
@@ -13,10 +13,6 @@ Here are some links to documentation resources related to Telepathy.
* [Telepathy Developer's Manual](https://telepathy.freedesktop.org/doc/book/) (*slightly outdated*)
* [[Documentation/Recipes]]: how to accomplish various tasks with the Telepathy API
-## Development
-
-* [[Coding Style|Documentation/Style]]
-
## Features
* [[Documentation/Tubes]]