Render links tohostedBaseUrl
as internal links
#2809
Labels
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
Search Terms
external internal links hostedBaseUrl
Problem
When generating a link to
hostedBaseUrl
(that is, to self), TypeDoc generates “external” links, that is, absolute links withtarget="_blank"
, and with “external” icon.Steps to reproduce:
npm run typedoc
to generate docsnpm run serve
localhost
in the browserTestInterface
— also rendered externalSuggested Solution
Generate links pointing to
hostedBaseUrl
as “internal” links, i.e. relative (by default), without “external” icon, withouttarget="_blank"
.The text was updated successfully, but these errors were encountered: