[
https://issues.apache.org/jira/browse/MESOS-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102015#comment-15102015
]
Joseph Wu commented on MESOS-4384:
----------------------------------
Note: I modified the regex here:
https://reviews.apache.org/r/42172/
> Documentation cannot link to external URLs that end in .md
> ----------------------------------------------------------
>
> Key: MESOS-4384
> URL: https://issues.apache.org/jira/browse/MESOS-4384
> Project: Mesos
> Issue Type: Bug
> Components: documentation
> Reporter: Neil Conway
> Assignee: Joerg Schad
> Priority: Minor
> Labels: documentation, mesosphere
>
> Per [~joerg84]: "In fact it seems that all links ending with .md are
> interpreted as
> relative links on the webpage, i.e. [label](https://test.com/foo.md) is
> rendered into <a href="/documentation/latest/https://test.com/foo/
> ">label</a>"
> Currently the rakefile will rewrite all with this too general regex
> {code}
> '''f.read.gsub(/\((.*)(\.md)\)/, '(/documentation/latest/\1/)')'''
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)