Skip to content

Commit

Permalink
Updated links to relocated github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Jul 8, 2019
1 parent a57b64c commit a79c842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.isas.mztab</groupId>
<artifactId>mztab-validator-webapp</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
<packaging>jar</packaging>
<description>A web-based validator for mzTab format version 1.0 onwards.</description>
<name>MzTab validator webapplication.</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="card-body"><h4 class="card-title ">Sorry... the requested resource does not exist.</h4>
<h5 th:text="${status + ' ' + error}"></h5>
<a class="btn btn-primary float-left" href="/" th:href="@{/}">Dismiss</a>
<a class="btn btn-danger float-right" href="https://github.com/nilshoffmann/jmzTab-m-webapp/issues/new">Report issue.</a>
<a class="btn btn-danger float-right" href="https://github.com/lifs-tools/jmzTab-m-webapp/issues/new">Report issue.</a>
</div>
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="card-body"><h4 class="card-title ">Sorry... the requested resource does not exist.</h4>
<h5 th:text="${status + ' ' + error}"></h5>
<a class="btn btn-primary float-left" href="/" th:href="@{/}">Dismiss</a>
<a class="btn btn-danger float-right" href="https://github.com/nilshoffmann/jmzTab-m-webapp/issues/new">Report issue.</a>
<a class="btn btn-danger float-right" href="https://github.com/lifs-tools/jmzTab-m-webapp/issues/new">Report issue.</a>
</div>
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a href="#" th:href="${exampleFile.uri}" target="_blank" th:text="${exampleFile.name}">lipidomics-example.mzTab</a>&nbsp;<span th:text="${exampleFile.description}">(2.0, Small Example)</span>
</li>
</ul>
More files are available <a href="https://github.com/HUPO-PSI/mzTab/tree/master/examples/2_0-Metabolomics_Draft" target="_blank">here</a>.
More files are available <a href="https://github.com/HUPO-PSI/mzTab/tree/master/examples/2_0-Metabolomics_Release" target="_blank">here</a>.
<hr/>
<h4>Download one of the mapping files for semantic validation:</h4>
<ul>
Expand Down

0 comments on commit a79c842

Please sign in to comment.