summaryrefslogtreecommitdiffstats
path: root/docs/contributing
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2019-09-24 07:00:13 -0700
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-24 16:00:13 +0200
commit30563fc5eec1516d399a88b8739aea3c9089ce3d (patch)
tree6f2c97c75d2858ef4760a1be233bd6252a1a5aea /docs/contributing
parent352ad4066cee62dc92dfe0a91fc871bfc8fa6b9a (diff)
Docs: Overhaul of Getting started guide (#6811)
* Initial edits to getting started guide * Working on tutorial and getting started guide * Initial edits to getting started guide * Working on tutorial and getting started guide * Continuing work on tutorial * Finished draft of sizing tutorial * Working on getting started guide * Move getting started guide to new file, Netlify redirect * Quick fix to change nodes menu -> my nodes * Finished draft of getting started guide * Fixing broken links from file moving * More tweaks and grammar fixes * Another run through the new pages * Last changes minus screenshot * Fixes to tutorial * Moving things around and final fixes * Addressing Cosmix' comments * Clarified source terminology and added link to modules list * Initial edits to getting started guide * Initial edits to getting started guide * Working on tutorial and getting started guide * Working on tutorial and getting started guide * Continuing work on tutorial * Finished draft of sizing tutorial * Working on getting started guide * Move getting started guide to new file, Netlify redirect * Quick fix to change nodes menu -> my nodes * Finished draft of getting started guide * Fixing broken links from file moving * More tweaks and grammar fixes * Another run through the new pages * Last changes minus screenshot * Fixes to tutorial * Moving things around and final fixes * Addressing Cosmix' comments * Clarified source terminology and added link to modules list * Quick fix to browser line * Fixing one new broken link * One more grammar fix
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/contributing-documentation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/contributing-documentation.md b/docs/contributing/contributing-documentation.md
index 5bc4959319..cd3dbc7ccd 100644
--- a/docs/contributing/contributing-documentation.md
+++ b/docs/contributing/contributing-documentation.md
@@ -107,9 +107,9 @@ folder and either name it `README.md` for generic documentation, or with another
#### The `docs` folder
-At the root of the Netdata repository is a `docs/` folder. Inside this folder we place documentation that does not
-have a direct relationship to a specific component of Netdata. It's where we house our [getting started guide](../GettingStarted.md),
-guides on [running Netdata behind Nginx](../Running-behind-nginx.md), and more.
+At the root of the Netdata repository is a `docs/` folder. Inside this folder we place documentation that does not have
+a direct relationship to a specific component of Netdata. It's where we house our [getting started
+guide](../getting-started.md), guides on [running Netdata behind Nginx](../Running-behind-nginx.md), and more.
If the documentation you're working on doesn't have a direct relaionship to a component of Netdata,
it can be placed in this `docs/` folder.