Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<div class="three wide column">
<h4 class="ui inverted header">Chasuite</h4>
<div class="ui inverted link list">
<a href="https://competitions.codalab.org/" class="item">Competitions v1.5</a>
<a href="https://codalab.lisn.fr/" class="item">Competitions v1.6</a>
<a href="http://chahub.org/" class="item">Chahub</a>
<a href="https://chagrade.lri.fr/" class="item">Chagrade</a>
</div>
Expand All @@ -167,7 +167,7 @@ <h4 class="ui inverted header">Chasuite</h4>
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="https://github.com/codalab/codalab-competitions/wiki/Project_About_CodaLab" class="item">About</a>
<a href="https://github.com/codalab/competitions-v2" class="item">Github</a>
<a href="https://github.com/codalab/codabench" class="item">Github</a>
<a href="https://github.com/codalab/codalab-competitions/wiki/Privacy" class="item">Privacy and Terms</a>
<a href="{% url 'schema-swagger-ui' %}" class="item">API Docs</a>
</div>
Expand All @@ -176,9 +176,9 @@ <h4 class="ui inverted header">About</h4>
{# Empty for now, can add a list of links here if needed! #}
</div>
<div class="seven wide column">
<h4 class="ui inverted header">Codalab v2</h4>
<p>Join us on <a href="https://github.com/codalab/competitions-v2" target="_blank">Github</a> for contact &amp; bug reports</p>
<p>Questions about the platform? See our <a href="https://github.com/codalab/competitions-v2/wiki" target="_blank">Wiki</a> for more information.</p>
<h4 class="ui inverted header">CodaBench</h4>
<p>Join us on <a href="https://github.com/codalab/codabench" target="_blank">Github</a> for contact &amp; bug reports</p>
<p>Questions about the platform? See our <a href="https://github.com/codalab/codabench/wiki" target="_blank">Wiki</a> for more information.</p>
</div>
</div>
</div>
Expand Down