From a9bee8c1224ccc1201617a39d3ed7a67f6c8cabe Mon Sep 17 00:00:00 2001 From: Erik Wilde Date: Fri, 18 Jul 2025 11:11:41 +0200 Subject: [PATCH] Fixing non-working link Using the absolute URI as the relative isn't working properly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523348daa1..99aaa2348b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This GitHub project is the starting point for OpenAPI. Here you will find the in ## Versions -This repository contains [the Markdown sources](versions) for [all published OpenAPI Specification versions](https://spec.openapis.org/). For release notes and release candidate versions, refer to the [releases page](releases). +This repository contains [the Markdown sources](versions) for [all published OpenAPI Specification versions](https://spec.openapis.org/). For release notes and release candidate versions, refer to the [releases page](https://github.com/OAI/OpenAPI-Specification/releases). ## See It in Action