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

Commit 62736fa

Browse files
authored
Fix broken MavenUrlDecoder URL
1 parent 5444652 commit 62736fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rule/remote_file.soy

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ be downloaded as part of {call buck.cmd_build /}. See the note there about the
4646
{param desc}
4747
You can specify an <code>http</code>, <code>https</code>, or a <code>mvn</code> URL. If you
4848
specify a <code>mvn</code> URL, it will be decoded as described in the
49-
{sp}<a href="{ROOT}javadoc/com/facebook/buck/file/MavenUrlDecoder.html">javadocs for
49+
{sp}<a href="{ROOT}javadoc/com/facebook/buck/file/downloader/impl/MavenUrlDecoder.html">javadocs for
5050
MavenUrlDecoder</a>. See the example section below.
5151
{/param}
5252
{/call}

0 commit comments

Comments
 (0)