Skip to content

Commit 5c11861

Browse files
committed
Link to the Hamcrest Tutorial on the Hamcrest wiki
1 parent 4780603 commit 5c11861

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Hamcrest"/>
77
<meta name="keywords" content="hamcrest java matchers junit testing"/>
88
<meta name="robots" content="index, follow"/>
9-
<meta name="date" content="2012-09-01"/>
9+
<meta name="date" content="2018-11-01"/>
1010
<title>Java Hamcrest</title>
1111

1212
<style>
@@ -65,18 +65,18 @@
6565
<div class="content">
6666
<h1><img class="logo" src="http://hamcrest.org/images/logo.jpg" title="hamcrest" alt="hamcrest surfer"></img>Java Hamcrest</h1>
6767
<h2>Matchers that can be combined to create flexible expressions of intent</h2>
68+
<h3>Documentation</h3>
69+
<ul>
70+
<li><a href="https://github.com/hamcrest/JavaHamcrest/wiki/The-Hamcrest-Tutorial">Getting Started</a></li>
71+
<li><a href="./javadoc/">API Documentation (JavaDoc)</a></li>
72+
</ul>
6873
<h3>Downloads</h3>
6974
<ul>
7075
<li><a href="http://search.maven.org/#search|ga|1|g%3Aorg.hamcrest">Java Hamcrest Binaries<a/> (via Maven Central), explained <a href="http://code.google.com/p/hamcrest/wiki/HamcrestDistributables">here</a></li>
7176
<li><a href="http://github.com/hamcrest/JavaHamcrest">Source Repository</a></li>
7277
<li><a href="http://opensource.org/licenses/BSD-3-Clause">Project License</a></li>
7378
<li><a href="https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects">Extensions</a></li>
7479
</ul>
75-
<h3>Documentation</h3>
76-
<ul>
77-
<li><a href="http://code.google.com/p/hamcrest/wiki/Tutorial">Getting Started</a></li>
78-
<li><a href="./javadoc/">API Documentation (JavaDoc)</a></li>
79-
</ul>
8080
<h3>User Support</h3>
8181
<ul>
8282
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/hamcrest-java">Hamcrest Java Users Mailing List</a></li>
@@ -87,7 +87,7 @@ <h3>User Support</h3>
8787
<span style="float:right;">
8888
Released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD License</a>.
8989
</span>
90-
Copyright 2012- <a href="http://hamcrest.org">hamcrest.org</a>
90+
Copyright 2012-2018 <a href="http://hamcrest.org">hamcrest.org</a>
9191
</footer>
9292
</div>
9393
<a href="http://github.com/hamcrest/JavaHamcrest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>

0 commit comments

Comments
 (0)