Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix broken MavenUrlDecoder URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Nov 1, 2021
1 parent 5444652 commit 62736fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rule/remote_file.soy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ be downloaded as part of {call buck.cmd_build /}. See the note there about the
{param desc}
You can specify an <code>http</code>, <code>https</code>, or a <code>mvn</code> URL. If you
specify a <code>mvn</code> URL, it will be decoded as described in the
{sp}<a href="{ROOT}javadoc/com/facebook/buck/file/MavenUrlDecoder.html">javadocs for
{sp}<a href="{ROOT}javadoc/com/facebook/buck/file/downloader/impl/MavenUrlDecoder.html">javadocs for
MavenUrlDecoder</a>. See the example section below.
{/param}
{/call}
Expand Down

0 comments on commit 62736fa

Please sign in to comment.