Actions
Refactor #33231
closedUpdate discovery_doc_url to use the new links controller
Difficulty:
Triaged:
No
Description
Currently discovery_doc_url (https://github.com/theforeman/foreman_discovery/blob/893e02b52cac0475dd135451a4167d62bdf93878/app/helpers/discovered_hosts_helper.rb#L101) has the link hard coded.
Better way is to use external_link_path helper, similar to https://github.com/theforeman/foreman_azure_rm/pull/111/files. This way the branding would be more straightforward.
Actions