We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119619a commit b2208f6Copy full SHA for b2208f6
core/deprecations.md
@@ -39,7 +39,7 @@ class Parchment
39
As you can see, to deprecate a resource, we just have to explain what the client should do to upgrade in the dedicated attribute.
40
41
The deprecation will automatically be taken into account by clients supporting the previously mentioned format, including
42
-[API Platform Admin](../admin/), [API Platform Client Generator](../client-generator/) and the lower level
+[API Platform Admin](../admin/index.md), [API Platform Client Generator](../client-generator/index.md) and the lower level
43
[api-doc-parser library](https://github.com/api-platform/api-doc-parser).
44
45
Here is how it renders for OpenAPI in the built-in Swagger UI shipped with the framework:
0 commit comments