openziti / ziti-doc

Documentation describing the usage of the Ziti platform.
https://openziti.io
Apache License 2.0
34 stars 41 forks source link

Broken Links Alarm #456

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

The Ziti Docs broken link checker job detected a problem. This means that a link in the docs site is broken. This issue will auto-resolve next time the job succeeds. Follow the link to the failed job to see the error output from the link checker.

Link to failed workflow run

qrkourier commented 1 year ago

GitHub's git.io redirector/shortener seems to be experiencing an availability event.

❯ http --head https://git.io/JXQSt
HTTP/1.1 302 Found
Content-Length: 0
Content-Type: text/html;charset=utf-8
Location: https://github.com/openziti/ziti/blob/release-next/quickstart/docker/simplified-docker-compose.yml
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-GitHub-Request-Id: E818:4E49:B78DC6:652AFCF:641DB3F8
X-XSS-Protection: 1; mode=block
x-github-backend: Kubernetes

❯ http --head https://git.io/JXQSt
HTTP/1.1 500 Internal Server Error
Content-Length: 30
Content-Type: text/html;charset=utf-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-GitHub-Request-Id: CFE4:7D74:926292:629D426:641DB3F9
X-XSS-Protection: 1; mode=block
x-github-backend: Kubernetes

Based on this blog from last April I gather that git.io is deprecated, so we should probably stop linking through it.