Neil Conway created MESOS-5614:
----------------------------------
Summary: Documentation links to ".md" files don't work
Key: MESOS-5614
URL: https://issues.apache.org/jira/browse/MESOS-5614
Project: Mesos
Issue Type: Bug
Components: documentation
Reporter: Neil Conway
Priority: Minor
A link like:
{noformat}
The [Docker Volume Driver
API](https://github.com/Docker/Docker/blob/master/docs/extend/plugins_volume.md)
{noformat}
Is turned into a link to
{{/documentation/latest/https://github.com/Docker/Docker/blob/master/docs/extend/plugins_volume.md}}
by the website generation script ({{site/Rakefile}}). The regexp in that
Rakefile obviously needs further tweaks. Of course, the right long-term fix is
to use a less fragile way to format the links.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)