From d4d7925d828114156c1871db5f635dcb5856ad02 Mon Sep 17 00:00:00 2001 From: Nadja Heitmann Date: Tue, 27 Feb 2024 12:18:29 +0000 Subject: [PATCH] Update documentation link --- app/helpers/foreman_salt/salt_plugin_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/foreman_salt/salt_plugin_helper.rb b/app/helpers/foreman_salt/salt_plugin_helper.rb index 51127e21..ef00aa91 100644 --- a/app/helpers/foreman_salt/salt_plugin_helper.rb +++ b/app/helpers/foreman_salt/salt_plugin_helper.rb @@ -4,7 +4,7 @@ module ForemanSalt # General helper functions for foreman_salt module SaltPluginHelper def salt_doc_url - 'https://docs.theforeman.org/nightly/Managing_Hosts/index-foreman-el.html#Using_Salt_for_Configuration_Management_managing-hosts' + 'https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-foreman-el.html' end end end