Skip to content

Commit

Permalink
Use new central artifact redirect link.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 19, 2014
1 parent 35bbfb7 commit 1cbc146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -130,7 +130,7 @@ compile 'com.squareup.okio:okio:1.0.1'


[1]: https://github.com/square/okhttp
[2]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okio&a=okio&v=LATEST
[2]: https://search.maven.org/remote_content?g=com.squareup.okio&a=okio&v=LATEST
[3]: http://square.github.io/okio/okio/ByteString.html
[4]: http://square.github.io/okio/okio/Buffer.html
[5]: http://square.github.io/okio/okio/Source.html
Expand Down
2 changes: 1 addition & 1 deletion deploy_javadoc.sh
Expand Up @@ -24,7 +24,7 @@ git checkout -t origin/gh-pages
rm -rf *

# Download the latest javadoc
curl -L "http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip
curl -L "https://search.maven.org/remote_content?g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip
unzip javadoc.zip
rm javadoc.zip

Expand Down

0 comments on commit 1cbc146

Please sign in to comment.