diff --git a/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn b/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn
index ac503e068502655a5eb9cb3bb714f6ce4f447bd0..e83c6ea3595b1b148f957c19313a135b1c371140 100644
--- a/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn
+++ b/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn
@@ -17,7 +17,7 @@ First, see the
 Icinga2 *plugins* are scripts or software executed by Icinga2 to
 retrieve services data. Icinga2 natively ships a bunch of them. Have a
 look [at the
-documentation](http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/plugin-check-commands)
+documentation](https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/#plugin-check-commands)
 if one fits our needs. If not, you'll have to install your custom
 plugin. Example: the `tails::monitoring::plugin::check_torbrowser_archive`
 class in [[!tails_gitweb_repo puppet-tails]].