Skip to content

Commit

Permalink
Update running_mock_server_detail.html - fix 404
Browse files Browse the repository at this point in the history
Fix a 404 link
  • Loading branch information
tingstad authored and jamesdbloom committed Feb 12, 2018
1 parent 51bac19 commit 570bdd6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -196,7 +196,7 @@ <h2>Client API&nbsp;&nbsp;-&nbsp;&nbsp;starting and stopping</h2>
}</code></pre>

<p>The <a href="https://github.com/jamesdbloom/mockserver/tree/master/mockserver-examples">mockserver-example</a> project contains an example test called
<a href="https://github.com/jamesdbloom/mockserver/blob/master/mockserver-examples/src/test/java/org/mockserver/examples/web/controller/BooksPageIntegrationTest.java">BookPageIntegrationTest</a> that demonstrates a fully working example.</p>
<a href="https://github.com/jamesdbloom/mockserver/blob/master/mockserver-examples/src/test/java/org/mockserver/examples/proxy/web/controller/BooksPageIntegrationTest.java">BookPageIntegrationTest</a> that demonstrates a fully working example.</p>

<a name="junit_rule" class="anchor" href="#junit_rule">&nbsp;</a>

Expand Down

0 comments on commit 570bdd6

Please sign in to comment.