summaryrefslogtreecommitdiffstats
path: root/docs/guides
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-01-28 00:45:37 +0300
committerGitHub <noreply@github.com>2022-01-28 00:45:37 +0300
commit6b73721381141982c0d74db0ff0ab3bc5b7c56a3 (patch)
tree65b9a9bec7da4b6b3d7ecb714ebddf0eea9b3816 /docs/guides
parent98f33197afd791aba63939008748357ac44e2508 (diff)
fix(docs): unresolved file references (#12053)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/monitor/pi-hole-raspberry-pi.md2
-rw-r--r--docs/guides/step-by-step/step-00.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/monitor/pi-hole-raspberry-pi.md b/docs/guides/monitor/pi-hole-raspberry-pi.md
index 4147ca9769..0d093c486c 100644
--- a/docs/guides/monitor/pi-hole-raspberry-pi.md
+++ b/docs/guides/monitor/pi-hole-raspberry-pi.md
@@ -100,7 +100,7 @@ part of your system might affect another.
action](https://user-images.githubusercontent.com/1153921/80827388-b9fee100-8b98-11ea-8f60-0d7824667cd3.gif)
If you're completely new to Netdata, look at our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for a
-walkthrough of all its features. For a more expedited tour, see the [get started guide](/docs/get-started.md).
+walkthrough of all its features. For a more expedited tour, see the [get started guide](/docs/get-started.mdx).
### Enable temperature sensor monitoring
diff --git a/docs/guides/step-by-step/step-00.md b/docs/guides/step-by-step/step-00.md
index 0a49defe3b..490cbbc9f5 100644
--- a/docs/guides/step-by-step/step-00.md
+++ b/docs/guides/step-by-step/step-00.md
@@ -17,7 +17,7 @@ completely new to Netdata, or have never tried health monitoring/performance tro
guide is perfect for you.
If you have monitoring experience, or would rather get straight into configuring Netdata to your needs, you can jump
-straight into code and configurations with our [getting started guide](/docs/get-started.md).
+straight into code and configurations with our [getting started guide](/docs/get-started.mdx).
> This guide contains instructions for Netdata installed on a Linux system. Many of the instructions will work on
> other supported operating systems, like FreeBSD and macOS, but we can't make any guarantees.