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

Fix broken MavenUrlDecoder URL #2665

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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