1
0
mirror of https://github.com/square/okhttp.git synced 2025-12-03 18:31:17 +03:00

Remove 'jar-with-dependencies' qualifier from download link.

This link is used when the jQuery Maven Artifact plugin cannot resolve the absolute URL of the latest artifact.
This commit is contained in:
Jake Wharton
2014-03-20 17:47:29 -07:00
parent 15fd7d2e3e
commit cb7de5bb40

View File

@@ -127,7 +127,7 @@
--> -->
<h3 id="download">Download</h3> <h3 id="download">Download</h3>
<p><a href="http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okhttp&a=okhttp&c=jar-with-dependencies&v=LATEST" class="dl version-href">&darr; <span class="version-tag">Latest</span> JAR</a></p> <p><a href="http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okhttp&a=okhttp&v=LATEST" class="dl version-href">&darr; <span class="version-tag">Latest</span> JAR</a></p>
<p>The source code to the OkHttp, its samples, and this website is <a href="http://github.com/square/okhttp">available on GitHub</a>.</p> <p>The source code to the OkHttp, its samples, and this website is <a href="http://github.com/square/okhttp">available on GitHub</a>.</p>
<h4>Maven</h4> <h4>Maven</h4>