Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d13407

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

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎src/site/resources/cookbook.html‎

Copy file name to clipboardExpand all lines: src/site/resources/cookbook.html
+1-1Lines 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>
Collapse file

‎src/site/resources/index.html‎

Copy file name to clipboardExpand all lines: src/site/resources/index.html
+1-1Lines 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>
Collapse file

‎src/site/resources/quickstart.html‎

Copy file name to clipboardExpand all lines: src/site/resources/quickstart.html
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.