summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-09-20 22:48:38 +0300
committerGitHub <noreply@github.com>2021-09-20 22:48:38 +0300
commit708abfb6e3ebdd3ae5195efdc4f40defbce0d244 (patch)
tree84dd19188da88aa856296018b4901eab0661b920 /docs
parent238843ebd8c4c62b687374d22c28cfe9a5a49302 (diff)
fix broken links (#11540)
Diffstat (limited to 'docs')
-rw-r--r--docs/dashboard/customize.mdx2
-rw-r--r--docs/dashboard/dimensions-contexts-families.mdx4
-rw-r--r--docs/dashboard/how-dashboard-works.mdx2
-rw-r--r--docs/dashboard/import-export-print-snapshot.mdx4
-rw-r--r--docs/dashboard/interact-charts.mdx4
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/dashboard/customize.mdx b/docs/dashboard/customize.mdx
index 2f08f3801c..2c82a1c50e 100644
--- a/docs/dashboard/customize.mdx
+++ b/docs/dashboard/customize.mdx
@@ -88,6 +88,6 @@ dashboards](/web/gui/custom/README.md) with HTML, CSS, and JavaScript.
- [How the dashboard works](/docs/dashboard/how-dashboard-works.mdx)
- [Interact with charts](/docs/dashboard/interact-charts.mdx)
- [Chart dimensions, contexts, and families](/docs/dashboard/dimensions-contexts-families.mdx)
- - [Select timeframes to visualize](/docs/dashboard/select-timeframes.mdx)
+ - [Select timeframes to visualize](/docs/dashboard/visualization-date-and-time-controls.mdx)
- [Import, export, and print a snapshot](/docs/dashboard/import-export-print-snapshot.mdx)
- **[Customize the standard dashboard](/docs/dashboard/customize.mdx)**
diff --git a/docs/dashboard/dimensions-contexts-families.mdx b/docs/dashboard/dimensions-contexts-families.mdx
index 49438bf2d0..da9aad78f9 100644
--- a/docs/dashboard/dimensions-contexts-families.mdx
+++ b/docs/dashboard/dimensions-contexts-families.mdx
@@ -79,7 +79,7 @@ names:
## What's next?
With an understanding of a chart's dimensions, context, and family, you're now ready to dig even deeper into Netdata's
-dashboard. We recommend looking into [using the timeframe selector](/docs/dashboard/select-timeframes.mdx).
+dashboard. We recommend looking into [using the timeframe selector](/docs/dashboard/visualization-date-and-time-controls.mdx).
If you feel comfortable with the [dashboard](/docs/dashboard/how-dashboard-works.mdx) and interacting with charts, we
recommend learning about [configuration](/docs/configure/nodes.md). While Netdata doesn't _require_ a complicated setup
@@ -91,6 +91,6 @@ process or a query language to create charts, there are a lot of ways to tweak t
- [How the dashboard works](/docs/dashboard/how-dashboard-works.mdx)
- [Interact with charts](/docs/dashboard/interact-charts.mdx)
- **[Chart dimensions, contexts, and families](/docs/dashboard/dimensions-contexts-families.mdx)**
- - [Select timeframes to visualize](/docs/dashboard/select-timeframes.mdx)
+ - [Select timeframes to visualize](/docs/dashboard/visualization-date-and-time-controls.mdx)
- [Import, export, and print a snapshot](/docs/dashboard/import-export-print-snapshot.mdx)
- [Customize the standard dashboard](/docs/dashboard/customize.mdx)
diff --git a/docs/dashboard/how-dashboard-works.mdx b/docs/dashboard/how-dashboard-works.mdx
index 00c5df33ba..315614d69e 100644
--- a/docs/dashboard/how-dashboard-works.mdx
+++ b/docs/dashboard/how-dashboard-works.mdx
@@ -105,7 +105,7 @@ organizes its dashboard and operates [alarms](/docs/monitor/configure-alarms.md)
- **[How the dashboard works](/docs/dashboard/how-dashboard-works.mdx)**
- [Interact with charts](/docs/dashboard/interact-charts.mdx)
- [Chart dimensions, contexts, and families](/docs/dashboard/dimensions-contexts-families.mdx)
- - [Select timeframes to visualize](/docs/dashboard/select-timeframes.mdx)
+ - [Select timeframes to visualize](/docs/dashboard/visualization-date-and-time-controls.mdx)
- [Import, export, and print a snapshot](/docs/dashboard/import-export-print-snapshot.mdx)
- [Customize the standard dashboard](/docs/dashboard/customize.mdx)
- [HTTP API](/web/api/README.md)
diff --git a/docs/dashboard/import-export-print-snapshot.mdx b/docs/dashboard/import-export-print-snapshot.mdx
index 0b9246eb25..e49a0063ff 100644
--- a/docs/dashboard/import-export-print-snapshot.mdx
+++ b/docs/dashboard/import-export-print-snapshot.mdx
@@ -13,7 +13,7 @@ paper.
Snapshots can be incredibly useful for diagnosing anomalies after they've already happened. Let's say Netdata triggered
a warning alarm while you were asleep. In the morning, you can [pick the
-timeframe](/docs/dashboard/select-timeframes.mdx) when the alarm triggered, export a snapshot, and send it to a
+timeframe](/docs/dashboard/visualization-date-and-time-controls.mdx) when the alarm triggered, export a snapshot, and send it to a
colleague for further analysis.
Or, send the Netdata team a snapshot of your dashboard when [filing a bug
@@ -78,6 +78,6 @@ dashboards](/web/gui/custom/README.md).
- [How the dashboard works](/docs/dashboard/how-dashboard-works.mdx)
- [Interact with charts](/docs/dashboard/interact-charts.mdx)
- [Chart dimensions, contexts, and families](/docs/dashboard/dimensions-contexts-families.mdx)
- - [Select timeframes to visualize](/docs/dashboard/select-timeframes.mdx)
+ - [Select timeframes to visualize](/docs/dashboard/visualization-date-and-time-controls.mdx)
- **[Import, export, and print a snapshot](/docs/dashboard/import-export-print-snapshot.mdx)**
- [Customize the standard dashboard](/docs/dashboard/customize.mdx) \ No newline at end of file
diff --git a/docs/dashboard/interact-charts.mdx b/docs/dashboard/interact-charts.mdx
index 2266e101e0..1cd467838e 100644
--- a/docs/dashboard/interact-charts.mdx
+++ b/docs/dashboard/interact-charts.mdx
@@ -119,7 +119,7 @@ are, respectively, `Pan Left`, `Reset`, `Pan Right`, `Zoom In`, and `Zoom Out`.
We recommend you read up on the differences between [chart dimensions, contexts, and
families](/docs/dashboard/dimensions-contexts-families.mdx) to complete your understanding of how Netdata organizes its
dashboards. Another valuable way to interact with charts is to use the [timeframe
-selector](/docs/dashboard/select-timeframes.mdx), which helps you visualize specific moments of historical metrics.
+selector](/docs/dashboard/visualization-date-and-time-controls.mdx), which helps you visualize specific moments of historical metrics.
If you feel comfortable with the [dashboard](/docs/dashboard/how-dashboard-works.mdx) and interacting with charts, we
recommend moving on to learning about [configuration](/docs/configure/nodes.md). While Netdata doesn't _require_ a
@@ -132,6 +132,6 @@ your needs.
- [How the dashboard works](/docs/dashboard/how-dashboard-works.mdx)
- **[Interact with charts](/docs/dashboard/interact-charts.mdx)**
- [Chart dimensions, contexts, and families](/docs/dashboard/dimensions-contexts-families.mdx)
- - [Select timeframes to visualize](/docs/dashboard/select-timeframes.mdx)
+ - [Select timeframes to visualize](/docs/dashboard/visualization-date-and-time-controls.mdx)
- [Import, export, and print a snapshot](/docs/dashboard/import-export-print-snapshot.mdx)
- [Customize the standard dashboard](/docs/dashboard/customize.mdx)