From b0167083873c2f9105f179181d08f4782bb7c3f9 Mon Sep 17 00:00:00 2001 From: grossyoan Date: Fri, 2 Jan 2026 11:14:47 +0100 Subject: [PATCH 1/2] changed OpenAPI module link from OpenAPI 3.1 to 3.2 --- src/_pages/guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pages/guides.md b/src/_pages/guides.md index 59953b2d..a6b42dbd 100644 --- a/src/_pages/guides.md +++ b/src/_pages/guides.md @@ -9,7 +9,7 @@ paginate: <%= render Shared::HighlightBanner.new( title: "OpenAPI: The Complete Guide", image: "images/logos/openapi.svg", - link_url: "/guides/openapi/specification/v3.1/introduction/what-is-openapi", + link_url: "/guides/openapi/specification/v3.2/introduction/what-is-openapi", link_label: "Discover the guide", link_icon: "images/icons/documentation.svg") do %>

This guide is designed to give you a step-by-step overview of OpenAPI. From 0a197b2cfd435b485827b563e4db8cdcba3a63dc Mon Sep 17 00:00:00 2001 From: grossyoan Date: Fri, 2 Jan 2026 11:16:31 +0100 Subject: [PATCH 2/2] remove capitalization --- src/_pages/guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pages/guides.md b/src/_pages/guides.md index a6b42dbd..f354d8eb 100644 --- a/src/_pages/guides.md +++ b/src/_pages/guides.md @@ -7,7 +7,7 @@ paginate: --- <%= render Shared::HighlightBanner.new( - title: "OpenAPI: The Complete Guide", + title: "OpenAPI: the complete guide", image: "images/logos/openapi.svg", link_url: "/guides/openapi/specification/v3.2/introduction/what-is-openapi", link_label: "Discover the guide",