From c313a92067719d9455532795686f1c437422d6bc Mon Sep 17 00:00:00 2001 From: Kaspar Lyngsie Date: Fri, 14 Aug 2026 18:50:46 +0200 Subject: [PATCH] chore(docs): fix broken links in `README.md` (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e59a02..dc61953 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ decisions to support. | v3.1.0 | Planned | Tracking [here](https://github.com/alchemaxinc/oapi-codegen-rust/issues/65). | | v3.2.0 | Planned | Tracking [here](https://github.com/alchemaxinc/oapi-codegen-rust/issues/66). | -[^openapi-versions]: This table and the tracking issues are maintained automatically by the [OpenAPI version check workflow](.github/workflows/check-openapi-versions.yml), which probes the [upstream spec releases](https://github.com/OAI/OpenAPI-Specification/releases) against [`.github/openapi-versions.json`](.github/openapi-versions.json). +[^openapi-versions]: This table and the tracking issues are maintained automatically by the [OpenAPI version check workflow](https://github.com/alchemaxinc/oapi-codegen-rust/blob/main/.github/workflows/check-openapi-versions.yml), which probes the [upstream spec releases](https://github.com/OAI/OpenAPI-Specification/releases) against [`.github/openapi-versions.json`](https://github.com/alchemaxinc/oapi-codegen-rust/blob/main/.github/openapi-versions.json). ## Documentation