typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
697 stars 173 forks source link

docs: fix typedoc options link in README #453

Closed jackdclark closed 1 year ago

jackdclark commented 1 year ago

The existing https://typedoc.org/guides/options/ link in the README is returning a 404. This updates the link to https://typedoc.org/options/, which is working for me.

tgreyuk commented 1 year ago

Thanks @jackdclark