coreos / tectonic-docs

Tectonic documentation - https://coreos.com/tectonic/docs/latest/
Apache License 2.0
42 stars 49 forks source link

Button links in documentation not rendered correctly #171

Open metc opened 5 years ago

metc commented 5 years ago

Hi,

All buttons in the documentation tutorials have a link defined as follow:

<a href="install.md" class="btn btn-primary btn-lg">Let's Get Started</a>

The rendered html link is not valid (HTTP 404). The link is not converted to the html page link (See https://github.com/coreos/tectonic-docs/blob/master/Documentation/tutorials/sandbox/index.md and https://coreos.com/tectonic/docs/latest/tutorials/sandbox/index.html).

We could replace install.md with install.html. I did not find any other solution to fix this. Please let me know if you have any.

metc commented 5 years ago

Same issue as #81? This bug is only for html tags (used for buttons).