Skip to content

Commit

Permalink
Merge pull request #9 from felixreimann/bugfix/fix-website-links
Browse files Browse the repository at this point in the history
fixed website links
  • Loading branch information
michaelhglass committed Mar 13, 2018
2 parents f1521fd + 2b4decf commit dfbd014
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ task alldocs(type: Javadoc) {
}

options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PUBLIC
options.links 'http://docs.oracle.com/javase/6/docs/api/','http://google-guice.googlecode.com/svn/tags/3.0/javadoc/'
options.links 'http://docs.oracle.com/javase/6/docs/api/','http://google.github.io/guice/api-docs/4.1/javadoc/'
options.linkSource = true

subprojects.each {subproject ->
Expand Down
2 changes: 1 addition & 1 deletion opt4j-tutorial/src/main/tutorial/tutorial.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
need the JDK installed which can be downloaded from <a
href="http://www.oracle.com/technetwork/java/javase/downloads/jdk6u37-downloads-1859587.html">here</a>.
Opt4J is distributed as single .zip file that can be downloaded from <a
href="https://sourceforge.net/projects/opt4j/">here</a>. After
href="https://github.com/felixreimann/opt4j">here</a>. After
extracting the files, the folder structure looks like this:
</p>
<ul class="iconlist">
Expand Down
3 changes: 1 addition & 2 deletions src/main/website/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h4 class="hide">Menu:</h4>
<li><a href="documentation.html">Documentation</a></li>
<li><a id="current" href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
Expand Down
3 changes: 1 addition & 2 deletions src/main/website/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h4 class="hide">Menu:</h4>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
Expand Down
3 changes: 1 addition & 2 deletions src/main/website/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h4 class="hide">Menu:</h4>
<li><a id="current" href="documentation.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
Expand Down
15 changes: 7 additions & 8 deletions src/main/website/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h4 class="hide">Menu:</h4>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
Expand All @@ -51,16 +50,16 @@ <h4 class="hide">Menu:</h4>
<h2>Download</h2>
<p>
<strong><a
href="https://sourceforge.net/projects/opt4j/files/latest/download">
Download latest release from SourceForge.net.</a></strong>
href="https://github.com/felixreimann/opt4j/releases">
Download latest release from Github.</a></strong>
</p>
<p>
<em>Opt4J</em> requires Java 6.0. The latest Java Runtime
Environment is recommended.
</p>
<h4>Application</h4>
<ol>
<li>Download <a href="http://sourceforge.net/projects/opt4j/">
<li>Download <a href="https://github.com/felixreimann/opt4j/releases">
latest <em>Opt4J</em> release
</a>
</li>
Expand All @@ -78,11 +77,11 @@ <h4>Maven Dependencies</h4>
<em>Opt4J</em> is available as Maven dependency. See <a
href="http://mvnrepository.com/artifact/org.opt4j">http://mvnrepository.com/artifact/org.opt4j</a>.
</p>
<h4>Source Code (Mercurial)</h4>
<h4>Source Code (Git)</h4>
<p>
The <em>Opt4J</em> source code is available at <a
href="http://hg.code.sf.net/p/opt4j/hgroot">http://hg.code.sf.net/p/opt4j/hgroot</a>.
Use Mercurial (<a href="http://hginit.com/">http://hginit.com/</a>)
href="https://github.com/felixreimann/opt4j.git">https://github.com/felixreimann/opt4j.git</a>.
Use Git (<a href="https://git-scm.com/">https://git-scm.com/</a>)
to clone the source code.
</p>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/main/website/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h4 class="hide">Menu:</h4>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/main/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h4 class="hide">Menu:</h4>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j"> <img
src="design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p>
<g:plusone size="medium" href="http://opt4j.sourceforge.net/"></g:plusone>
Expand Down
4 changes: 2 additions & 2 deletions src/main/website/javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h4 class="hide">Menu:</h4>
<li><a href="../documentation.html">Documentation</a></li>
<li><a href="../about.html">About</a></li>
</ul>
<a href="http://sourceforge.net/projects/opt4j">
<img src="../design/img/sflogo.png" alt="Opt4J hosted by SourceForge.net" /></a>
<a href="https://github.com/felixreimann/opt4j"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="social">
<p><g:plusone size="medium" href="http://opt4j.sourceforge.net/"></g:plusone></p>
<p><iframe src="http://www.facebook.com/plugins/like.php?app_id=187635137961911&amp;href=http%3A%2F%2Fopt4j.sourceforge.net%2F&amp;send=false&amp;layout=button_count&amp;width=130&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe> </p>
Expand Down

0 comments on commit dfbd014

Please sign in to comment.