You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/03/31 13:20:00 UTC

[jira] [Closed] (MNGSITE-399) Fix the `banned dependencies rule` link at `Optional Dependencies and Dependency Exclusions`

     [ https://issues.apache.org/jira/browse/MNGSITE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold closed MNGSITE-399.
-----------------------------------------

> Fix the `banned dependencies rule` link at `Optional Dependencies and Dependency Exclusions`
> --------------------------------------------------------------------------------------------
>
>                 Key: MNGSITE-399
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-399
>             Project: Maven Project Web Site
>          Issue Type: Bug
>            Reporter: Edinson E. Padrón Urdaneta
>            Priority: Trivial
>              Labels: documentation
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently the link is constructed this way
> {code:java}
> [banned dependencies rule](https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html)
> {code}
> {{But even though that's valid Markdown syntax, the file is an APT (Almost Plain Text) instead of MD.}}
>  
> {{The correct syntax should be}}
> {code:java}
> {{{https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html}banned dependencies rule}}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)