@cryptotaxi247 / netdata-1 / commits / 833252b8d

Fix broken links in various docs (#11109)

Joel Hans committed May 10, 2021 at 13:43 UTC 833252b8db7d5544dcaf9e7b7ea26194e1f1521e
6 files changed +12 -14
collectors/python.d.plugin/README.md
+1 -1
@@ -127,7 +127,7 @@ CHART = {
127 ]}
128 ```
129
130 -All names are better explained in the [External Plugins](../) section.
130 +All names are better explained in the [External Plugins](/collectors/plugins.d/README.md) section.
131 Parameters like `priority` and `update_every` are handled by `python.d.plugin`.
132
133 ### `Service` class
daemon/config/README.md
+1 -1
@@ -50,7 +50,7 @@ Please note that your data history will be lost if you have modified `history` p
50 | setting|default|info|||
51 |:-----:|:-----:|:---|---|---|
52 | process scheduling policy|`keep`|See [Netdata process scheduling policy](/daemon/README.md#netdata-process-scheduling-policy)|||
53 -| OOM score|`1000`|See [OOM score](../#oom-score)|||
53 +| OOM score|`1000`|See [OOM score](/daemon/README.md#oom-score)|||
54 | glibc malloc arena max for plugins|`1`|See [Virtual memory](/daemon/README.md#virtual-memory).|||
55 | glibc malloc arena max for Netdata|`1`|See [Virtual memory](/daemon/README.md#virtual-memory).|||
56 | hostname|auto-detected|The hostname of the computer running Netdata.|||
docs/contributing/contributing-documentation.md
+1 -1
@@ -37,7 +37,7 @@ Netdata's documentation is separated into four sections.
37 - **Netdata Agent reference**: Reference documentation for the open-source Netdata Agent.
38 - Stored in various `.md` files within the `netdata/netdata` repository alongside the code responsible for that
39 feature. For example, the database engine's reference documentation is at `/database/engine/README.md`.
40 - - Published at [`https://learn.netdata.cloud/docs/agent`](https://learn.netdata.cloud/docs/agent).
40 + - Published under the **Reference** section in the Netdata Learn sidebar.
41 - **Netdata Cloud reference**: Reference documentation for the closed-source Netdata Cloud web application.
42 - Stored in a private GitHub repository and not editable by the community.
43 - Published at [`https://learn.netdata.cloud/docs/cloud`](https://learn.netdata.cloud/docs/cloud).
docs/dashboard/dimensions-contexts-families.mdx
+6 -7
@@ -7,14 +7,14 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/dashboard/d
7
8 # Chart dimensions, contexts, and families
9
10 -While Netdata's charts require no configuration and are [easy to interact with](/docs/dashboards/interact-charts.mdx),
10 +While Netdata's charts require no configuration and are [easy to interact with](/docs/dashboard/interact-charts.mdx),
11 they have a lot of underlying complexity. To meaningfully organize charts out of the box based on what's happening in
12 your nodes, Netdata uses the concepts of **dimensions**, **contexts**, and **families**.
13
14 Understanding how these work will help you more easily navigate the dashboard, [write new
15 -alarms](/docs/monitor/configure-alars.md), or play around with the [API](/web/api/README.md).
15 +alarms](/docs/monitor/configure-alarms.md), or play around with the [API](/web/api/README.md).
16
17 -For a refresher on the anatomy of a chart, see [dashboards and charts](/docs/dashboards/dashboards-charts.mdx).
17 +For a refresher on the anatomy of a chart, see [dashboards and charts](/docs/dashboard/dashboards-charts.mdx).
18
19 ## Dimension
20
@@ -23,8 +23,7 @@ average (the default), minimum, or maximum. These values can then be given any t
23 utilization is represented as a percentage, disk I/O as `MiB/s`, and available RAM as an absolute value in `MiB` or
24 `GiB`.
25
26 -Beneath every chart (or on the right-side if you [configure the
27 -dashboard](/docs/dashboards/customize.mdx#change-chart-legend-position)) is a legend of dimensions. When there are
26 +Beneath every chart (or on the right-side if you configure the dashboard) is a legend of dimensions. When there are
27 multiple dimensions, you'll see a different entry in the legend for each dimension.
28
29 The **Apps CPU Time** chart (with the [context](#contexts) `apps.cpu`), which visualizes CPU utilization of
@@ -37,7 +36,7 @@ dimensions](https://user-images.githubusercontent.com/1153921/114207816-a5cb7400
36 The chart shows 13 unique dimensions, such as `httpd` for the CPU utilization for web servers, `kernel` for anything
37 related to the Linux kernel, and so on. In your dashboard, these specific dimensions will almost certainly be different.
38
40 -Dimensions can be [hidden](/docs/dashboards/interact-charts.mdx#show-and-hide-dimensions) to help you focus your
39 +Dimensions can be [hidden](/docs/dashboard/interact-charts.mdx#show-and-hide-dimensions) to help you focus your
40 attention.
41
42 ## Context
@@ -80,7 +79,7 @@ names:
79 ## What's next?
80
81 With an understanding of a chart's dimensions, context, and family, you're now ready to dig even deeper into Netdata's
83 -dashboard. We recommend looking into [using the timeframe selector](/docs/dashboards/select-timeframes.mdx).
82 +dashboard. We recommend looking into [using the timeframe selector](/docs/dashboard/select-timeframes.mdx).
83
84 If you feel comfortable with the [dashboard](/docs/dashboard/how-dashboard-works.mdx) and interacting with charts, we
85 recommend learning about [configuration](/docs/configure/nodes.md). While Netdata doesn't _require_ a complicated setup
docs/dashboard/select-timeframes.mdx
+1 -1
@@ -75,5 +75,5 @@ snapshots](/docs/dashboards/import-export-snapshots.mdx) or
75
76 ### Further reading & related information
77
78 -- [Interact with charts](/docs/dashboards/interact-charts.mdx)
78 +- [Interact with charts](/docs/dashboard/interact-charts.mdx)
79 - [Database engine reference](/database/engine/README.md)
packaging/docker/README.md
+2 -3
@@ -354,9 +354,8 @@ services:
354 ### Pass command line options to Netdata
355
356 Since we use an [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) directive, you can provide
357 -[Netdata daemon command line options](https://learn.netdata.cloud/docs/agent/daemon/#command-line-options) such as the
358 -IP address Netdata will be running on, using the [command
359 -instruction](https://docs.docker.com/engine/reference/builder/#cmd).
357 +[Netdata daemon command line options](/daemon/README.md#command-line-options) such as the IP address Netdata will be
358 +running on, using the [command instruction](https://docs.docker.com/engine/reference/builder/#cmd).
359
360 ## Install the Agent using Docker Compose with SSL/TLS enabled HTTP Proxy
361