Skip to content

Commit

Permalink
Change dashboard link.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellman committed Sep 13, 2024
1 parent 9ccd4e5 commit 56c0a53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contests/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
<a class="nav-link" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://whibox-contest-2024.cryptoexperts.net/rules">Rules</a>
<a class="nav-link" href="rules">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cashprize">Cash Prize</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://whibox-contest-2024.cryptoexperts.net/">Dashboard</a>
<a class="nav-link" href="dashboard">Dashboard</a>
</li>
</ul>
<ul class="navbar-nav d-flex justify-content-end">
Expand Down Expand Up @@ -93,7 +93,7 @@
<h1>CHES 2024 Challenge - WhibOx contest</h1>
<!-- <p class="text-info" id="subtitle"> The WhibOx contest is back for a 4th edition, this time focusing on public-key white-box cryptography.</p> -->
<p>
<a class="btn btn-danger nounderline" href="https://whibox-contest-2024.cryptoexperts.net/">Dashboard</a>
<a class="btn btn-danger nounderline" href="dashboard">Dashboard</a>
<!-- </div> -->
</p>
</div>
Expand Down Expand Up @@ -417,7 +417,7 @@ <h2 class="featurette-heading"><span class="text-muted">Challenge</span> schedul
<h2 class="featurette-heading"><span class="text-muted">Challenge</span> rules</h2>

<p class="lead">
The detailed rules of the challenge can be found on <a href="https://whibox-contest-2024.cryptoexperts.net/rules">this page</a>.
The detailed rules of the challenge can be found on <a href="rules">this page</a>.
</p>

<p class="lead">
Expand Down

0 comments on commit 56c0a53

Please sign in to comment.