module ForemanSalt::SaltPluginHelper

def salt_doc_url

def salt_doc_url
  major_version = ::ForemanSalt::VERSION.split('.')[0]
  "https://theforeman.org/plugins/foreman_salt/#{major_version}.x/index.html"
end