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_scope and packages.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).

How to set up and validate locally

  1. Check out this branch.
  2. Review the diff: each change replaces a redirecting URL with the destination it resolves to.
Edited by Marcel Amirault

Merge request reports

Loading