[
https://issues.apache.org/jira/browse/MSITE-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793537#comment-16793537
]
Michael Osipov commented on MSITE-835:
--------------------------------------
So you want us to rewrite the content on the fly?
> Maven site generate invalid link with markdown
> ----------------------------------------------
>
> Key: MSITE-835
> URL: https://issues.apache.org/jira/browse/MSITE-835
> Project: Maven Site Plugin
> Issue Type: Bug
> Affects Versions: 3.7.1
> Reporter: Dave Newton
> Priority: Major
>
> When a markdown page index.md has a relative [my link](target.md), maven site
> plugin :
>
> * generate index.html and target.html (Good).
> * keep md extension : <a href="target.md"> (Invalid link)
> This make the generated site unusable: the correct link should be <a
> href="target.html">
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)