Skip to content

Commit 734569b

Browse files
committed
Update URLs
1 parent d44c413 commit 734569b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Which tells you that the pets array under the friend where id=3 was supposed to
7171
QuickStart
7272
----------
7373

74-
To use, [download the JAR](https://github.com/skyscreamer/JSONassert/downloads) or add the following to your project's pom.xml:
74+
To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) or add the following to your project's pom.xml:
7575

7676
<dependency>
7777
<groupId>org.skyscreamer</groupId>

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/tags">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/releases">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/tags">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/releases">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/tags">Download</a></li>
36+
<li><a class="download" href="https://github.com/skyscreamer/JSONassert/releases">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/tags">download and build the JAR</a> or
44+
<p>To use, <a href="https://github.com/skyscreamer/JSONassert/releases">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)