Skip to content

Commit

Permalink
Remove link macro from DocURL attributes (#3513)
Browse files Browse the repository at this point in the history
$ rg -i "DocURL" | rg "link"
  • Loading branch information
maximiliankolb authored Dec 11, 2024
1 parent e5b4f53 commit fb11fdd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You must enable the repository, synchronize the repository to your {ProjectServe
ifeval::["{mode}" == "disconnected"]
.Prerequisites
* Ensure that the {project-client-name} repository is enabled and synchronized from the {Team} CDN on your connected {ProjectServer}.
For more information, see link:{InstallingServerDocURL}importing-the-project-client-name-repository_satellite[Importing the {project-client-name} repository] in _{InstallingServerDocTitle}_.
For more information, see {InstallingServerDocURL}importing-the-project-client-name-repository_satellite[Importing the {project-client-name} repository] in _{InstallingServerDocTitle}_.
* Your disconnected {ProjectServer} is configured to synchronize content either over the network or by using export.

.Next steps
Expand All @@ -20,5 +20,5 @@ For more information, see link:{InstallingServerDocURL}importing-the-project-cli
You must synchronize the {project-client-name} repository for every RHEL version you intend to run on your hosts.

.Additional resources
* link:{ContentManagementDocURL}synchronizing_content_between_servers_content-management[Synchronizing content between {ProjectServer}s] in _{ContentManagementDocTitle}_
* {ContentManagementDocURL}synchronizing_content_between_servers_content-management[Synchronizing content between {ProjectServer}s] in _{ContentManagementDocTitle}_
endif::[]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ You can use Hammer as a human-friendly interface to {Project} API.
For example, to test responses to API calls before applying them in a script, use the `--debug` option to inspect API calls that Hammer issues: `hammer --debug organization list`.
In contrast, scripts that use API commands communicate directly with the {Project} API.

For more information, see the link:{HammerDocURL}[_{HammerDocTitle}_].
For more information, see the {HammerDocURL}[_{HammerDocTitle}_].
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ $ hammer host list

* For more information about authenticating with Hammer, see
ifdef::satellite[]
link:{HammerDocURL}sect-CLI_Guide-Authentication[{HammerDocTitle}] or
{HammerDocURL}sect-CLI_Guide-Authentication[{HammerDocTitle}] or
endif::[]
`hammer auth --help`.
`hammer auth --help`.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Synchronize the {project-client-name} repository to import the content to your {

.Additional resources
* You can create a sync plan to update the content regularly.
For more information, see link:{ContentManagementDocURL}Creating_a_Sync_Plan_content-management[Creating a sync plan] in _{ContentManagementDocTitle}_.
For more information, see {ContentManagementDocURL}Creating_a_Sync_Plan_content-management[Creating a sync plan] in _{ContentManagementDocTitle}_.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="preparing-{smart-proxy-context}-servers-for-load-balancing-additional-resources_{context}"]
= Additional resources

* For more information about installing {SmartProxyServers}, see link:{InstallingSmartProxyDocURL}[_{InstallingSmartProxyDocTitle}_].
* For more information about installing {SmartProxyServers}, see {InstallingSmartProxyDocURL}[_{InstallingSmartProxyDocTitle}_].

0 comments on commit fb11fdd

Please sign in to comment.