rawsun007 opened a new pull request, #72467:
URL: https://github.com/apache/airflow/pull/72467

   The Networking section of `airflow-core/docs/howto/docker-compose/index.rst` 
sends readers to two per-platform Docker pages for the `host.docker.internal` 
workaround:
   
   - `docs.docker.com/desktop/windows/networking/#use-cases-and-workarounds`
   - `docs.docker.com/desktop/mac/networking/#use-cases-and-workarounds`
   
   Both return 404. Docker retired the per-platform pages, and the 
`use-cases-and-workarounds` anchor does not exist on the replacement either — I 
fetched `desktop/features/networking/` and it has no such id, and no `host` 
anchors at all.
   
   The guidance the paragraph actually needs is now on 
`docs.docker.com/desktop/features/networking/networking-how-tos/`, which 
returns 200 and does mention `host.docker.internal`. I checked: 
`desktop/features/networking/` alone does not mention it, so the how-tos page 
is the right target rather than the section index. Since Docker no longer 
splits this by platform, the two links collapse into one and the sentence loses 
the "for Windows and Mac" split.
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes (please specify the tool below)
   
   Generated-by: Claude Code following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   
   Tool: Claude Opus 5 in Claude Code. It swept every URL under 
`airflow-core/docs`, requested each one, located the replacement page, and 
drafted this description. Every URL and anchor claim above was verified with a 
request rather than inferred, and the diff is one prose line which I reviewed.
   
   Two other dead links in that tree I am deliberately not touching, because I 
could not establish the right target:
   
   - `authoring-and-scheduling/language-sdks/typescript.rst` links 
`airflow.apache.org/docs/ts-sdk/stable/` for the TypeScript SDK API reference. 
That 404s, and the docs index lists only `/docs/task-sdk/stable/` (the Python 
Task SDK), so it looks like the TypeScript SDK reference is not published under 
any name yet rather than merely moved.
   - `logging-monitoring/logging-tasks.rst` links 
`docs.gunicorn.org/en/latest/settings.html`. That 404s, but so does 
`docs.gunicorn.org/en/latest/` itself, so their docs host looks broken rather 
than restructured and I would rather not repoint a link based on an outage.
   
   No newsfragment: this is a documentation link fix with no user-facing 
behaviour change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to