You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Edinson E. Padrón Urdaneta (Jira)" <ji...@apache.org> on 2020/03/16 00:33:00 UTC

[jira] [Updated] (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 ]

Edinson E. Padrón Urdaneta updated MNGSITE-399:
-----------------------------------------------
    Description: 
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}

  was:
Currently the link is constructed this way
{quote}{{[banned dependencies rule]([https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html)]}}
{quote}
{{But even though that's valid Markdown syntax, the file is an APT (Almost Plain Text) instead of MD.}}

 

{{The correct syntax should be}}
{quote}{{{\{{https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html}banned dependencies rule}}}}
{quote}


> 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: Major
>              Labels: documentation
>
> 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)