[Bash2.0] Multiple dead external links across the documentation (404 / DNS failure)
- Dominant language
- Astro
- Stars
- 155
- Forks
- 177
- Avg merge
- 1d 20m
- Merged PRs (30d)
- 192
Description
### Describe the issue
Several documentation pages link to external URLs that are now dead (HTTP 404 or DNS failure). Each link below was checked and returns a broken response. They should be updated or removed.
| Doc page | Broken link | Result |
|----------|-------------|--------|
| plugin-developer-guide/document | `https://www.worg/Graphics/SVG/` (typo, should be `www.w3.org`) | DNS failure |
| enterprise/auth/sso/authentik and enterprise/auth/scim/authentik | `https://docs.goauthentik.io/docs/installation/docker-compose` | 404 |
| how-to-guides/debezium | `https://github.com/debezium/container-images/tree/main/postgres/13` | 404 |
| task-runners/types/azure-batch-task-runner | `https://learn.microsoft.com/en-us/rest/api/batchservice/task/add?view=rest-batchservice-2023-11-01&tabs=HTTP` | 404 |
| enterprise/auth/scim/keycloak | `https://scim-for-keycloak.de/documentation/administration/scim-client` and `https://scim-for-keycloak.de/documentation/installation/install` | 404 (both) |
| scripts/languages | `https://nodejs.org/en/learn/getting-started/nodejs-with-typescript` | 404 |
| how-to-guides/rust | `https://github.com/kestra-io/examples/tree/main/examples/rust` | 404 (repo exists, path gone) |
| api-reference/kestra-sdk/python-sdk | `https://github.com/kestra-io/client-sdk/blob/main/python-sdk/docs/FlowsApi.md` | 404 (repo exists, file gone) |
| version-control-cicd/cicd/kubernetes-operator | `https://github.com/kestra-io/kestra/tree/develop/charts/kestra-operator` | 404 (path gone) |
### Reproducibility
Open each doc page above and click the listed link, or request the URL directly. Every link returns HTTP 404, except `www.worg` which fails DNS resolution (typo for `www.w3.org`). Verified with a direct request to each URL.
### Environment
Docs site: https://kestra.io/docs
Kestra Version context: 2.0.0-rc10 bug bash
Contributor guide
Research direction
Start with the documentation pages listed in the issue: plugin-developer-guide/document, enterprise/auth, how-to-guides, task-runners/types/azure-batch-task-runner, scripts/languages, api-reference/kestra-sdk/python-sdk, and version-control-cicd/cicd/kubernetes-operator. Check each reported URL, then update or remove every broken link and verify that all links resolve from the rendered docs pages.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100