From 62736fa2146651a78fd402d84c7d07ab9ba8d56b Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 1 Nov 2021 14:50:24 +0000 Subject: [PATCH] Fix broken `MavenUrlDecoder` URL --- docs/rule/remote_file.soy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rule/remote_file.soy b/docs/rule/remote_file.soy index 320df7799a7..e0fb7c090ea 100644 --- a/docs/rule/remote_file.soy +++ b/docs/rule/remote_file.soy @@ -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 http, https, or a mvn URL. If you specify a mvn URL, it will be decoded as described in the - {sp}javadocs for + {sp}javadocs for MavenUrlDecoder. See the example section below. {/param} {/call}