Skip to content

Commit

Permalink
Merge pull request #197 from bhamail/master
Browse files Browse the repository at this point in the history
Fix doc on web page with invalid maven repos for OpenIMAJ driver
  • Loading branch information
sarxos committed Mar 31, 2014
2 parents 38215c6 + 7c8c130 commit 5d27b09
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions webcam-capture-pages/src/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Contribute</h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="UYMENK76CSYZU">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal The safer, easier way to pay online.">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/pl_PL/i/scr/pixel.gif" width="1" height="1">
</form>

Expand Down Expand Up @@ -233,13 +233,9 @@ <h3>OpenIMAJ Driver</h3>
&lt;id&gt;OpenIMAJ maven repository&lt;/id&gt;
&lt;url&gt;http://maven.openimaj.org/&lt;/url&gt;
&lt;/repository&gt;
&lt;repository&gt;
&lt;id&gt;Octopussy thirdparty maven repository&lt;/id&gt;
&lt;url&gt;http://octopussy.ecs.soton.ac.uk/m2/thirdparty/&lt;/url&gt;
&lt;/repository&gt;
&lt;repository&gt;
&lt;id&gt;OpenIMAJ Snapshots maven repository&lt;/id&gt;
&lt;url&gt;http://octopussy.ecs.soton.ac.uk/m2/snapshots/&lt;/url&gt;
&lt;url&gt;http://snapshots.openimaj.org&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
</pre>
Expand Down

0 comments on commit 5d27b09

Please sign in to comment.