Commit 604c60f5c6ae5ed54a70fa754908298fddcc172c

Authored by Georg GH. Hopp
2 parents 85ecaa4d da9602e9

Merge branch 'Fix_all_links_within_taskrambler' into 'v0.1.9'

Fixes #1: Changed all links

This should fix all urls in taskrambler

See merge request !1
@@ -16,11 +16,13 @@ @@ -16,11 +16,13 @@
16 Both don't cover the complete code.<br /> 16 Both don't cover the complete code.<br />
17 17
18 There is the beginning of a generated API doc 18 There is the beginning of a generated API doc
19 - <a href="/doc/@PACKAGE_VERSION@/index.html" target="_blank">here</a>.<br /> 19 + <a href="http://ci-build.weird-web-workers.org/taskrambler/api_latest/"
  20 + target="_blank">here</a>.<br />
20 21
21 I also started automated regression tests. The 22 I also started automated regression tests. The
22 - results can be seen  
23 - <a href="/coverage/@PACKAGE_VERSION@/index.html" target="_blank">here</a>. 23 + results can be seen
  24 + <a href="http://ci-build.weird-web-workers.org/taskrambler/coverage/@PACKAGE_VERSION@/"
  25 + target="_blank">here</a>.
24 </p> 26 </p>
25 27
26 <a name="latest"><h2>Version 0.1.8</h2></a> 28 <a name="latest"><h2>Version 0.1.8</h2></a>
@@ -18,13 +18,7 @@ Currently the following tarballs are available: @@ -18,13 +18,7 @@ Currently the following tarballs are available:
18 </p> 18 </p>
19 19
20 <ul> 20 <ul>
21 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/3/taskrambler-0.1.tar.gz">taskrambler-0.1</a></li>  
22 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/6/taskrambler-0.1.3.tar.gz">taskrambler-0.1.3</a></li>  
23 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/7/taskrambler-0.1.4.tar.gz">taskrambler-0.1.4</a></li>  
24 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/11/taskrambler-0.1.5.tar.gz">taskrambler-0.1.5</a></li>  
25 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/13/taskrambler-v0.1.6.tar.gz">taskrambler-0.1.6</a></li>  
26 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/15/taskrambler-0.1.7.tar.gz">taskrambler-0.1.7</a></li>  
27 - <li><a href="http://redmine.weird-web-workers.org/attachments/download/16/taskrambler-0.1.8.tar.gz">taskrambler-0.1.8</a></li> 21 + <li><a href="http://ci-build.weird-web-workers.org/taskrambler/artifacts/taskrambler-0.1.8.tar.gz">taskrambler-0.1.8</a></li>
28 </ul> 22 </ul>
29 23
30 <h2>Project page</h2> 24 <h2>Project page</h2>
@@ -32,9 +26,9 @@ Currently the following tarballs are available: @@ -32,9 +26,9 @@ Currently the following tarballs are available:
32 <p> 26 <p>
33 &nbsp;&nbsp;Well, as taskrambler is not ready now I have to 27 &nbsp;&nbsp;Well, as taskrambler is not ready now I have to
34 use another project management system to organize this 28 use another project management system to organize this
35 -project. The redmine project page for this project can be  
36 -found  
37 -<a href="http://redmine.weird-web-workers.org/projects/taskrambler" target="_blank">here</a>. 29 +project. Search for more (or more recent) information
  30 +<a href="https://gitlab.weird-web-workers.org/taskrambler/taskrambler"
  31 + target="_blank">here</a>.
38 </p> 32 </p>
39 33
40 <h2>Github</h2> 34 <h2>Github</h2>
Please register or login to post a comment