[Fleet] Use DocLinksService
for doc links
#100371
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
In Fleet, we have areas where we link to documentation without specifying version in the path (using
/current/
instead). This will be a problem because users will be sent to the latest documentation instead of the version they are running.We also have places where we use short URLs as a placeholder before docs are ready. This will run into the same problem with the user's version not being respected.
Instead, let's replace both kind of usages with real doc links (instead of short URLs) that are versioned, via
DocLinksService
.The text was updated successfully, but these errors were encountered: