summaryrefslogtreecommitdiffstats
path: root/docs/guidelines.md
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-05-21 12:58:32 +0300
committerGitHub <noreply@github.com>2024-05-21 12:58:32 +0300
commitd3ff7e981896461e416c30e456d2f243b0b69ac1 (patch)
treeba56d8410d71103104653730f35127fe1b50b910 /docs/guidelines.md
parent97004af2a63c97f821ab91b2d4be4a3e0c7ccd27 (diff)
PR to change absolute links to relative (#17720)
Diffstat (limited to 'docs/guidelines.md')
-rw-r--r--docs/guidelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guidelines.md b/docs/guidelines.md
index 7d4e29510b..b0e6759ccd 100644
--- a/docs/guidelines.md
+++ b/docs/guidelines.md
@@ -35,7 +35,7 @@ Check out our [blog](https://github.com/netdata/blog#readme) repo! Any blog subm
#### Before you get started
-Anyone interested in contributing significantly to documentation should first read the [Netdata style guide](https://github.com/netdata/netdata/blob/master/docs/developer-and-contributor-corner/style-guide.md) and the [Netdata Community Code of Conduct](https://github.com/netdata/.github/blob/main/CODE_OF_CONDUCT.md).
+Anyone interested in contributing significantly to documentation should first read the [Netdata style guide](/docs/developer-and-contributor-corner/style-guide.md) and the [Netdata Community Code of Conduct](https://github.com/netdata/.github/blob/main/CODE_OF_CONDUCT.md).
Netdata's documentation uses Markdown syntax. If you're not familiar with Markdown, read the [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) guide from GitHub for the basics on creating paragraphs, styled text, lists, tables, and more.
@@ -50,7 +50,7 @@ Please ensure that any links to a different documentation resource are fully exp
e.g.
```
-[Correct link to this document](https://github.com/netdata/netdata/blob/master/docs/guidelines.md)
+[Correct link to this document](/docs/guidelines.md)
vs
[Incorrect link to this document](https://learn.netdata.cloud/XYZ)
```