Skip to content

Commit 2d13407

Browse files
committed
Point download link to tags. (Download is now deprecated by github.)
1 parent 963347d commit 2d13407

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/site/resources/cookbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>a <a href="http://skyscreamer.org">Skyscreamer</a> project</h2>
3333
<li><a class="cookbook" href="">Cookbook</a></li>
3434
<li><a class="quickstart" href="quickstart.html">Quickstart</a></li>
3535
<li><a class="javadoc" href="apidocs/index.html">Javadoc</a></li>
36-
<li><a class="download" href="https://github.com/skyscreamer/jsonassert/downloads">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/tags">Download</a></li>
3737
<li><a class="contrib" href="https://github.com/skyscreamer/jsonassert"> &nbsp; </a></li>
3838
</ul>
3939
</nav>

src/site/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>a <a href="http://skyscreamer.org">Skyscreamer</a> project</h2>
3333
<li><a class="cookbook" href="cookbook.html">Cookbook</a></li>
3434
<li><a class="quickstart" href="quickstart.html">Quickstart</a></li>
3535
<li><a class="javadoc" href="apidocs/index.html">Javadoc</a></li>
36-
<li><a class="download" href="https://github.com/skyscreamer/jsonassert/downloads">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/tags">Download</a></li>
3737
<li><a class="contrib" href="https://github.com/skyscreamer/jsonassert"> &nbsp; </a></li>
3838
</ul>
3939
</nav>

src/site/resources/quickstart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ <h2>a <a href="http://skyscreamer.org">Skyscreamer</a> project</h2>
3333
<li><a class="cookbook" href="cookbook.html">Cookbook</a></li>
3434
<li><a class="quickstart" href="">Quickstart</a></li>
3535
<li><a class="javadoc" href="apidocs/index.html">Javadoc</a></li>
36-
<li><a class="download" href="https://github.com/skyscreamer/jsonassert/downloads">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/tags">Download</a></li>
3737
<li><a class="contrib" href="https://github.com/skyscreamer/jsonassert"> &nbsp; </a></li>
3838
</ul>
3939
</nav>
4040
<section>
4141
<a name="intro"></a>
4242
<h2>Quick Start</h2>
4343

44-
<p>To use, <a href="https://github.com/skyscreamer/jsonassert/downloads">download the JAR</a> or
44+
<p>To use, <a href="https://github.com/skyscreamer/JSONassert/tags">download and build the JAR</a> or
4545
add the following to your project's pom.xml:</p>
4646

4747
<div class="example">

0 commit comments

Comments
 (0)