summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/input/doc/presentation.md5
-rw-r--r--web/input/download.md9
2 files changed, 9 insertions, 5 deletions
diff --git a/web/input/doc/presentation.md b/web/input/doc/presentation.md
index d578d4a..b9564ff 100644
--- a/web/input/doc/presentation.md
+++ b/web/input/doc/presentation.md
@@ -15,12 +15,13 @@ for download, with additional comments:
15 15
16* [check_weather.pl][script] 16* [check_weather.pl][script]
17 17
18Both files are also [available via FTP][mirror]. 18Both files are also available via FTP mirrors, see our [download
19page][download].
19 20
20[fosdem]: https://fosdem.org/ "FOSDEM" 21[fosdem]: https://fosdem.org/ "FOSDEM"
21[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" 22[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk"
22[screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" 23[screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast"
23[script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" 24[script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather"
24[mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/presentation/ "FTP Mirror" 25[download]: download.html "Download"
25 26
26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 27<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->
diff --git a/web/input/download.md b/web/input/download.md
index a9e64e7..27ec85c 100644
--- a/web/input/download.md
+++ b/web/input/download.md
@@ -16,8 +16,9 @@ here:
16* [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1]) 16* [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1])
17 17
18See the [release history][news] for an overview of changes between earlier 18See the [release history][news] for an overview of changes between earlier
19versions. Old releases can be found in the [download area][download]. 19versions. Old releases can be found in the [download area][download]. There
20There's also an [FTP mirror][mirror] available. 20are FTP mirrors available in [China][mirror-cn], [Germany][mirror-de], and
21[Sweden][mirror-se].
21 22
22### Development Snapshot 23### Development Snapshot
23 24
@@ -45,7 +46,9 @@ The current NagiosMIB tarball is available from here:
45Old versions can be found [within][mib] the [download area][download]. 46Old versions can be found [within][mib] the [download area][download].
46 47
47[announcement]: {{release_notes}} "Release Announcement" 48[announcement]: {{release_notes}} "Release Announcement"
48[mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror" 49[mirror-cn]: ftp://mirrors.ustc.edu.cn/nagios-plugins/ "FTP Mirror in China"
50[mirror-de]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror in Germany"
51[mirror-se]: ftp://ftp.lysator.liu.se/pub/nagios-plugins/ "FTP Mirror in Sweden"
49[repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" 52[repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository"
50[news]: doc/news.txt "NEWS" 53[news]: doc/news.txt "NEWS"
51[download]: download/ "Download Area" 54[download]: download/ "Download Area"