api-platform / docs

API Platform documentation
https://api-platform.com/docs/
164 stars 1.06k forks source link

Absolute internal links are broken #1884

Closed lhapaipai closed 7 months ago

lhapaipai commented 7 months ago

I and thank you for your awesome doc !

It seems there is an issue with your absolute internal links when they are converted from markdown to html, we have lost the href attribute.

Reproduction

go to page : https://api-platform.com/docs/core/errors/ Section "Exception status code decision" click : "Error Provider"

your are always in the same place : https://api-platform.com/docs/core/errors/

expected : you are redirected to : https://api-platform.com/docs/guides/error-provider/

Issue

the markdown content

There are many ways of configuring the exception status code we recommend reading the 
guides on how to use an [Error Provider](/guides/error-provider) or create an
 [Error Resource](/docs/guides/error-resource).

is rendered

<p>There are many ways of configuring the exception status 
code we recommend reading the guides on how to use an 
<a href>Error Provider</a> or create an <a href>Error 
Resource</a>.
alexislefebvre commented 7 months ago

See also: