Closed dalonsoa closed 3 weeks ago
I made that comment because that's how it was done here. But turns out {% link setup.md %}
only resolves to setup.html
and not the full path. We should use the link defined in links.md
.
I've opened a PR that fixes this
The link to the Setup page in the Overview page does not work.
According to @AdrianDAlessandro , for this to work we need to include the
{% include links.md %}
links bit at the end. See comment.