Skip to content

Commit

Permalink
Fix links for JMH module.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Mar 16, 2016
1 parent 7aff85a commit 08fafc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xstream-distribution/src/content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 id="stable">Stable Version: <span class="version">1.4.9</span></h1>
The xstream.jar only as it is downloaded automatically when it is referenced as Maven dependency.</b></li>
<li><b><a href="http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-hibernate/1.4.9/xstream-hibernate-1.4.9.jar">XStream Hibernate module:</a></b>
The xstream-hibernate.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
<li><b><a href="http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-benchmark/1.4.9/xstream-jmh-1.4.9.jar">XStream JMH module:</a></b>
<li><b><a href="http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-jmh/1.4.9/xstream-jmh-1.4.9.jar">XStream JMH module:</a></b>
The xstream-jmh.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion xstream-distribution/src/content/website.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<name>Javadoc</name>
<link title="XStream Core">javadoc/index.html</link>
<link title="Hibernate Extensions">hibernate-javadoc/index.html</link>
<link title="JMH Module">benchmark-jmh/index.html</link>
<link title="JMH Module">jmh-javadoc/index.html</link>
</section>
<section>
<name>Tutorials</name>
Expand Down

0 comments on commit 08fafc4

Please sign in to comment.