From 56ec14b333e5381e98ae10b033bb1d62a68baff4 Mon Sep 17 00:00:00 2001 From: dino475 Date: Wed, 19 Feb 2025 16:32:22 -0800 Subject: [PATCH] I removed our old broken link and replaced it with a new beautiful one that works --- api-playground/openapi/writing-openapi.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-playground/openapi/writing-openapi.mdx b/api-playground/openapi/writing-openapi.mdx index 3bcc30a7e..a9658fa13 100644 --- a/api-playground/openapi/writing-openapi.mdx +++ b/api-playground/openapi/writing-openapi.mdx @@ -8,7 +8,7 @@ description: "Use OpenAPI features to enhance your documentation" There are many great tools online for learning about and constructing OpenAPI documents. Here are our favorites: - [Swagger's OpenAPI Guide](https://swagger.io/docs/specification/about/) for familiarizing yourself with the OpenAPI syntax - [OpenAPI v3.1.0 Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) for all the details about the newest OpenAPI specification -- [Swagger & OpenAPI Validator](https://apitools.dev/swagger-parser/online/) for debugging your OpenAPI document +- [Swagger & OpenAPI Validator](https://editor.swagger.io/) for debugging your OpenAPI document - [Swagger's Editor](https://editor.swagger.io/) for seeing examples in action