You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/17 06:40:15 UTC

[GitHub] [incubator-zipkin-website] shakuzen commented on a change in pull request #13: Updates quickstart to comply with ASF policy

shakuzen commented on a change in pull request #13: Updates quickstart to comply with ASF policy
URL: https://github.com/apache/incubator-zipkin-website/pull/13#discussion_r284994047
 
 

 ##########
 File path: quickstart.sh
 ##########
 @@ -15,7 +15,7 @@ color_bad=$(tput setaf 1 || true)
 color_warn=$(tput setaf 3 || true)
 color_reset=$(tput sgr0 || true)
 
-repo=https://repo.maven.apache.org/maven2
+repo=https://repo1.maven.org/maven2/
 
 Review comment:
   It may work this way also but it would be better without the trailing slash. Wherever this variable is used, it is concatenating a slash after it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services