From 182c59abbbfe31b8b09af2821771a0742ff5adb5 Mon Sep 17 00:00:00 2001 From: Tim Caldwell Date: Fri, 2 Feb 2018 20:55:24 +1300 Subject: [PATCH] updating the docs --- README.md | 10 +++++++--- .../{build documentation.md => build_docs.md} | 0 .../{develop documentation.md => develop_docs.md} | 0 .../{operate documentation.md => operate_docs.md} | 0 4 files changed, 7 insertions(+), 3 deletions(-) rename documentation/{build documentation.md => build_docs.md} (100%) rename documentation/{develop documentation.md => develop_docs.md} (100%) rename documentation/{operate documentation.md => operate_docs.md} (100%) diff --git a/README.md b/README.md index a3121ad..c351484 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,14 @@ i started a board of features i would like to explore : https://trello.com/b/mmJ ## documentation (coming soon): -- *operating* - how to use r_e_c_u_r -- *building* - how to build r_e_c_u_r -- *developing* - how to contribute to r_e_c_u_r +- [operating] - how to use r_e_c_u_r +- [building] - how to build r_e_c_u_r +- [developing] - how to contribute to r_e_c_u_r ## contact langolierz@gmail.com + +[operating]:(documentation/operate_docs.md) +[building]:(documentation/build_docs.md) +[developing]:(documentation/develop_docs.md) diff --git a/documentation/build documentation.md b/documentation/build_docs.md similarity index 100% rename from documentation/build documentation.md rename to documentation/build_docs.md diff --git a/documentation/develop documentation.md b/documentation/develop_docs.md similarity index 100% rename from documentation/develop documentation.md rename to documentation/develop_docs.md diff --git a/documentation/operate documentation.md b/documentation/operate_docs.md similarity index 100% rename from documentation/operate documentation.md rename to documentation/operate_docs.md