From 012530426998607a3d04161ead4b9aa66967cb8a Mon Sep 17 00:00:00 2001 From: Jurj-Bogdan Date: Thu, 21 Aug 2025 13:05:14 +0300 Subject: [PATCH] fixed broken 'getting help' link Signed-off-by: Jurj-Bogdan --- docs/book/v5/openapi/getting-help.md | 2 +- docs/book/v6/openapi/getting-help.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/v5/openapi/getting-help.md b/docs/book/v5/openapi/getting-help.md index cdc5cea4..be76626d 100644 --- a/docs/book/v5/openapi/getting-help.md +++ b/docs/book/v5/openapi/getting-help.md @@ -3,7 +3,7 @@ - consult the OpenAPI [specs](https://spec.openapis.org/oas/latest.html) for a complete reference of the presented objects - see more examples of OpenAPI object representations in `zircote/swagger-php`'s -[GitHub repository](https://github.com/zircote/swagger-php/tree/master/Examples) +[GitHub repository](https://zircote.github.io/swagger-php/guide/examples.html) - consult `zircote/swagger-php`'s [online documentation](http://zircote.github.io/swagger-php/guide/generating-openapi-documents.html) or run the following command to see their help page: diff --git a/docs/book/v6/openapi/getting-help.md b/docs/book/v6/openapi/getting-help.md index cdc5cea4..be76626d 100644 --- a/docs/book/v6/openapi/getting-help.md +++ b/docs/book/v6/openapi/getting-help.md @@ -3,7 +3,7 @@ - consult the OpenAPI [specs](https://spec.openapis.org/oas/latest.html) for a complete reference of the presented objects - see more examples of OpenAPI object representations in `zircote/swagger-php`'s -[GitHub repository](https://github.com/zircote/swagger-php/tree/master/Examples) +[GitHub repository](https://zircote.github.io/swagger-php/guide/examples.html) - consult `zircote/swagger-php`'s [online documentation](http://zircote.github.io/swagger-php/guide/generating-openapi-documents.html) or run the following command to see their help page: