Fix broken DagRunApi.md docs link (filename casing)#156
Merged
Conversation
The top-level README links to docs/DagRunApi.md but the file on disk was docs/DAGRunApi.md, so the link 404s on case-sensitive filesystems and does not match the openapi-generator canonical output. The wrong casing is a 2.x-era leftover that survived regenerations because case-only renames are dropped on case-insensitive (macOS) filesystems where the client is built. Rename to canonical DagRunApi.md and update the two remaining references to the old path.
a5c0921 to
56f0f3a
Compare
kaxil
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The top-level
README.mdlinks todocs/DagRunApi.md, but the file on disk isdocs/DAGRunApi.md— so the link 404s on case-sensitive filesystems (Linux/CI), and the name doesn't match the openapi-generator canonical output (DagRunApi.md). The wrong casing is a leftover from the 2.x client era that survived regenerations because case-only renames are dropped on case-insensitive (macOS) filesystems, where the release client is generated.This renames the file to the canonical
DagRunApi.mdand updates the two remaining references to the old path (airflow_client/.openapi-generator/FILESand the staleairflow_client/README.md).Found while verifying release reproducibility for #155.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8)