Skip to content

Fix broken and redirected links in docs

Achilleas Pipinellis requested to merge axil-fix-broken-links-docs into master

From gitlab-org/technical-writing#607 (comment 952717785), we found a few redirected and broken links in the docs:

  public/operator/adr/0001-record-architecture-decisions.html:
    [ ERROR ] external_links - broken reference to http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions: link has moved permanently to 'https://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions'

  public/operator/adr/0014-supported-openshift-versions.html:
    [ ERROR ] external_links - broken reference to https://cloud.redhat.com/products/amazon-openshift: link has moved permanently to 'https://www.redhat.com/en/technologies/cloud-computing/openshift/aws'

  public/operator/developer/guide.html:
    [ ERROR ] external_links - broken reference to https://golang.org/dl/: link has moved permanently to 'https://go.dev/dl/'

  public/operator/developer/installation.html:
    [ ERROR ] external_links - broken reference to https://docs.gitlab.com/charts: 404

  public/operator/developer/openshift_cluster_setup.html:
    [ ERROR ] external_links - broken reference to https://docs.openshift.com/container-platform/latest/installing/installing_gcp/installing-gcp-account.html: link has moved permanently to 'http://docs.openshift.com/container-platform/4.10/installing/installing_gcp/installing-gcp-account.html'
    [ ERROR ] external_links - broken reference to https://access.redhat.com/documentation/en-us/openshift_container_platform/latest/html/architecture/architecture: 404
    [ ERROR ] external_links - broken reference to https://docs.openshift.com/container-platform/latest/support/troubleshooting/troubleshooting-installations.html: link has moved permanently to 'http://docs.openshift.com/container-platform/4.10/support/troubleshooting/troubleshooting-installations.html'

  public/operator/developer/releases.html:
    [ ERROR ] external_links - broken reference to https://connect.redhat.com/key-manager: link has moved permanently to 'https://connect.redhat.com/account/api-keys'

  public/operator/installation.html:
    [ ERROR ] external_links - broken reference to https://docs.gitlab.com/charts/charts: 404
    [ ERROR ] external_links - broken reference to https://docs.openshift.com/container-platform/4.8/monitoring/understanding-the-monitoring-stack.html: 404

  public/operator/openshift_ingress.html:
    [ ERROR ] external_links - broken reference to https://docs.openshift.com/container-platform/latest/networking/routes/route-configuration.html: link has moved permanently to 'http://docs.openshift.com/container-platform/4.10/networking/routes/route-configuration.html'

  public/operator/operator_upgrades.html:
    [ ERROR ] external_links - broken reference to https://docs.gitlab.com/charts/backup-restore: 404

  public/operator/security_context_constraints.html:
    [ ERROR ] external_links - broken reference to https://cert-manager.io/docs/installation/openshift/: link has moved permanently to 'https://cert-manager.io/docs/installation/supported-releases/'

  public/operator/troubleshooting.html:
    [ ERROR ] external_links - broken reference to https://docs.gitlab.com/charts/advanced/persistent-volumes: 404
    [ ERROR ] external_links - broken reference to https://kubernetes.github.io/ingress-nginx: link has moved permanently to 'https://kubernetes.github.io/ingress-nginx/'

Merge request reports