Skip to content

docs: fix broken OpenAPI definition link in README - #2825

Open
vaibhav8a wants to merge 1 commit into
ConduitIO:mainfrom
vaibhav8a:docs/fix-openapi-link
Open

docs: fix broken OpenAPI definition link in README#2825
vaibhav8a wants to merge 1 commit into
ConduitIO:mainfrom
vaibhav8a:docs/fix-openapi-link

Conversation

@vaibhav8a

Copy link
Copy Markdown

The README links to the OpenAPI definition at pkg/web/openapi/swagger-ui/api/v1/api.swagger.json, which 404s — the package was moved to pkg/http/openapi/, so the file now lives at pkg/http/openapi/swagger-ui/api/v1/api.swagger.json.

Verified against the current tree on main: pkg/web/ no longer exists, and pkg/http/openapi/swagger-ui/api/v1/api.swagger.json does.

One-line link fix. The other in-tree reference to the old path is in docs/design-documents/20260713-ci-relevance-and-prepush-guard.md, which I left alone since design documents are a historical record of what was true when written.

The OpenAPI definition link pointed at pkg/web/openapi/, which 404s since
the package moved to pkg/http/openapi/.
@vaibhav8a
vaibhav8a requested review from a team and devarismeroxa as code owners August 23, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant