From 6715f6aaf3578b78769fd7cf38e1a7dd2a25798f Mon Sep 17 00:00:00 2001 From: Kevin Disneur Date: Tue, 22 Sep 2020 08:54:00 +0200 Subject: [PATCH] Fix broken link to alternative projects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fe16a4d..606839170 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Here's some projects that depend on _kin-openapi_: ## Alternative projects * [go-openapi](https://github.com/go-openapi) * Supports OpenAPI version 2. - * See [this list](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/IMPLEMENTATIONS.md). + * See [this list](https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md). # Structure * _openapi2_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi2))