From e153beb38691edfe8500351aacc526b4f6aeb842 Mon Sep 17 00:00:00 2001 From: lcampos Date: Mon, 8 Jan 2024 09:45:15 -0800 Subject: [PATCH] Fix broken links in developer portal article (#306) --- docs/articles/dev-portal-configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/articles/dev-portal-configuration.md b/docs/articles/dev-portal-configuration.md index 289cf1f8..50691022 100644 --- a/docs/articles/dev-portal-configuration.md +++ b/docs/articles/dev-portal-configuration.md @@ -10,7 +10,7 @@ file with additional properties, you directly enable more content show up in the Developer Portal. Read more about OpenAPI and all the possibilities -[here](https://oai.github.io/Documentation/specification). +[here](https://github.com/OAI/OpenAPI-Specification). ## Supported OpenAPI Versions @@ -18,7 +18,6 @@ Zuplo has full support for features within OpenAPI 3.1. If you are still on OpenAPI 3.0, then most features will still be supported within the Developer Portal. OpenAPI 2.x / Swagger or earlier is not supported at this time. There are multiple solutions to convert your OpenAPI 2.x document - including -[web tools](https://mermade.org.uk/openapi-converter), [CLI, and API](https://stackoverflow.com/questions/59749513/how-to-convert-openapi-2-0-to-openapi-3-0). ## Handling Multiple OpenAPI Files