Update redirecting links to resolved URLs
What does this MR do and why?
Updates external documentation links that currently return an HTTP redirect so they point directly at their resolved destination URLs. This avoids unnecessary redirects and keeps the links pointing at canonical locations.
The changes were generated by the new fix-redirects task in docs-gitlab-com, which
follows redirects with lychee and rewrites the source links to their final targets.
Changes
- Trailing-slash redirects (for example,
runners_scopeandpackages.gitlab.com/runner/gitlab-runner). - Moved pages (for example, Docker logging driver and Docker Machine base OS docs).
- Repository transfers (Podman and Tart moved to new GitHub organizations).
Related
- Tooling that generated these changes: gitlab-org/technical-writing/docs-gitlab-com!2338
- Related to Proposal: Autogenerate MRs to clean up out-of-d... (gitlab-org/technical-writing/docs-gitlab-com#635)
How to set up and validate locally
- Check out this branch.
- Review the diff: each change replaces a redirecting URL with the destination it resolves to.
Edited by Marcel Amirault