Skip to content

Commit

Permalink
docs: use https (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 26, 2020
1 parent 4adfffe commit 95ddb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private Wagon getWagon( final Repository repository, final WagonManager manager
String longMessage =
"\n" + shortMessage + "\n" + "Currently supported protocols are: " + getSupportedProtocols() + ".\n"
+ " Protocols may be added through wagon providers.\n" + " For more information, see "
+ "http://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html";
+ "https://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html";

getLog().error( longMessage );

Expand Down

0 comments on commit 95ddb9e

Please sign in to comment.