summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-10-27 18:52:23 +0300
committerFotis Voutsas <fotis@netdata.cloud>2023-10-27 18:52:23 +0300
commit957481ed8b3dc62ebcfcce85bc63ae86b98e8070 (patch)
treef9483dcf8ce50593e831548039875acd2d98d2f5
parentcd584e0357b82ec5cad12156fd7a5b65f545a0d0 (diff)
fix first batch of 404s in our codebasefix-404s
-rw-r--r--README.md1
-rw-r--r--REDISTRIBUTED.md4
-rw-r--r--docs/contributing/style-guide.md3
-rw-r--r--docs/getting-started/introduction.md5
-rw-r--r--docs/guides/monitor-hadoop-cluster.md1
5 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 17e995f301..49cfece86b 100644
--- a/README.md
+++ b/README.md
@@ -755,7 +755,6 @@ General information about contributions:
- Check our [Security Policy](https://github.com/netdata/netdata/security/policy).
- Found a bug? Open a [GitHub issue](https://github.com/netdata/netdata/issues/new?assignees=&labels=bug%2Cneeds+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+).
- Read our [Contributing Guide](https://github.com/netdata/.github/blob/main/CONTRIBUTING.md), which contains all the information you need to contribute to Netdata, such as improving our documentation, engaging in the community, and developing new features. We've made it as frictionless as possible, but if you need help, just ping us on our community forums!
-- We have a whole category dedicated to contributing and extending Netdata on our [community forums](https://community.netdata.cloud/c/agent-development/9)
Package maintainers should read the guide on [building Netdata from source](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/source.md) for
instructions on building each Netdata component from the source and preparing a package.
diff --git a/REDISTRIBUTED.md b/REDISTRIBUTED.md
index 12420ba3a2..0ccc843f75 100644
--- a/REDISTRIBUTED.md
+++ b/REDISTRIBUTED.md
@@ -108,7 +108,7 @@ connectivity is not available.
Copyright 2016, Hyunje Alex Jun and other contributors
[MIT License](https://github.com/noraesae/perfect-scrollbar/blob/master/LICENSE)
-- [FontAwesome](https://fortawesome.github.io/Font-Awesome/)
+- [FontAwesome](https://github.com/FortAwesome/Font-Awesome)
Created by Dave Gandy
Font license: [SIL OFL 1.1](http://scripts.sil.org/OFL)
@@ -141,7 +141,7 @@ connectivity is not available.
Copyright 2014, Pavel Rojtberg
[LGPL 2.1 License](http://opensource.org/licenses/LGPL-2.1)
-- [PyYAML](https://bitbucket.org/blackjack/pysensors)
+- [PyYAML](https://pypi.org/project/PyYAML/)
Copyright 2006, Kirill Simonov
[MIT License](https://github.com/yaml/pyyaml/blob/master/LICENSE)
diff --git a/docs/contributing/style-guide.md b/docs/contributing/style-guide.md
index 359befeb9b..b9dd63b85d 100644
--- a/docs/contributing/style-guide.md
+++ b/docs/contributing/style-guide.md
@@ -31,9 +31,6 @@ emoji.
The same idea about voice and tone applies to organizations, too. Our voice shouldn't change much between two pieces of
content, no matter who wrote each, but the tone might be quite different based on who we think is reading.
-For example, a [blog post](https://www.netdata.cloud/blog/) and a [press release](https://www.netdata.cloud/news/)
-should have a similar voice, despite most often being written by different people. However, blog posts are relaxed and
-witty, while press releases are focused and academic. You won't see any emoji in a press release.
### Voice
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 43626bce46..5586bff24e 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -168,10 +168,9 @@ You can also find Netdata on:
Contributions are the lifeblood of open-source projects. While we continue to invest in and improve Netdata, we need help to democratize monitoring!
-- Read our [Contributing Guide](https://github.com/netdata/.github/blob/main/CONTRIBUTING.md), which contains all the information you need to contribute to Netdata, such as improving our documentation, engaging in the community, and developing new features. We've made it as frictionless as possible, but if you need help, just ping us on our community forums!
-- We have a whole category dedicated to contributing and extending Netdata on our [community forums](https://community.netdata.cloud/c/agent-development/9)
+- Check our [Security Policy](https://github.com/netdata/netdata/security/policy).
- Found a bug? Open a [GitHub issue](https://github.com/netdata/netdata/issues/new?assignees=&labels=bug%2Cneeds+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+).
-- View our [Security Policy](https://github.com/netdata/netdata/security/policy).
+- Read our [Contributing Guide](https://github.com/netdata/.github/blob/main/CONTRIBUTING.md), which contains all the information you need to contribute to Netdata, such as improving our documentation, engaging in the community, and developing new features. We've made it as frictionless as possible, but if you need help, just ping us on our community forums!
Package maintainers should read the guide on [building Netdata from source](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/source.md) for
instructions on building each Netdata component from source and preparing a package.
diff --git a/docs/guides/monitor-hadoop-cluster.md b/docs/guides/monitor-hadoop-cluster.md
index 41bf891f6d..1ddac85ea6 100644
--- a/docs/guides/monitor-hadoop-cluster.md
+++ b/docs/guides/monitor-hadoop-cluster.md
@@ -179,7 +179,6 @@ The Netdata community helped us create sane defaults for alerts related to both
investigate these to ensure they work well with your Hadoop implementation.
- [HDFS alerts](https://raw.githubusercontent.com/netdata/netdata/master/health/health.d/hdfs.conf)
-- [Zookeeper alerts](https://raw.githubusercontent.com/netdata/netdata/master/health/health.d/zookeeper.conf)
You can also access/edit these files directly with `edit-config`: