diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2025-01-01 01:32:38 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2025-01-01 01:32:38 +0100 |
commit | 34bf5a14ee43d673e075b4de545f20d3e2aeb72a (patch) | |
tree | aa2791166c9072750f9964d59d3cefd1c59a7ba4 /web/input/development.md | |
parent | 4368f1be466209937ee2626c395c1bbaaa33a29a (diff) | |
download | site-34bf5a14ee43d673e075b4de545f20d3e2aeb72a.tar.gz |
Fix some outdated/non-HTTPS URLs
Diffstat (limited to 'web/input/development.md')
-rw-r--r-- | web/input/development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/development.md b/web/input/development.md index bb3047d..67cd3a8 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -48,7 +48,7 @@ commands: | |||
48 | Also see our testing-related [development FAQs][dev-faq]. | 48 | Also see our testing-related [development FAQs][dev-faq]. |
49 | 49 | ||
50 | [team]: team.html "Monitoring Plugins Development Team" | 50 | [team]: team.html "Monitoring Plugins Development Team" |
51 | [nagios]: http://www.nagios.org/ "Nagios" | 51 | [nagios]: https://www.nagios.org/ "Nagios" |
52 | [github]: https://github.com/ "GitHub" | 52 | [github]: https://github.com/ "GitHub" |
53 | [fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" | 53 | [fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" |
54 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" | 54 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" |
@@ -56,7 +56,7 @@ Also see our testing-related [development FAQs][dev-faq]. | |||
56 | [git-ref]: doc/faq/git.html#references "Git References" | 56 | [git-ref]: doc/faq/git.html#references "Git References" |
57 | [master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master" | 57 | [master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master" |
58 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" | 58 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" |
59 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 59 | [libtap]: https://github.com/zorgnax/libtap "LibTap Homepage" |
60 | [dev-faq]: doc/faq/#development "Development FAQs" | 60 | [dev-faq]: doc/faq/#development "Development FAQs" |
61 | [github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions" | 61 | [github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions" |
62 | [github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" | 62 | [github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" |