From 8fb8d90f246d15315534e85e8213d87adceeaada Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Mon, 28 Feb 2022 11:54:53 +0100 Subject: [PATCH] Update link to zircote/swagger-php upgrade documentation --- UPGRADE-4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index a6ec9a9..a76ca9b 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -13,7 +13,7 @@ The Upgrade to Swagger 3.0 The biggest part of the upgrade will most likely be the upgrade of the library `zircote/swagger-php` to `3.0` which introduces new annotations in order to support OpenAPI 3.0 but also changes their namespace from ``Swagger`` to ``OpenApi``. -They created a dedicated page to help you upgrade : https://zircote.github.io/swagger-php/Migrating-to-v3.html. +They created a dedicated page to help you upgrade : https://github.com/zircote/swagger-php/blob/3.x/docs/Migrating-to-v3.md. Here are some additional advices that are more likely to apply to NelmioApiDocBundle users: