Skip to content

Commit

Permalink
Fix #18140: broken link to bug tracker on homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 9, 2023
1 parent dda5305 commit 410acb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pages/bugs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<#include "incl/macros.html">
<head>
<meta http-equiv="Refresh" content="0; URL=https://github.com/coq/coq/issues" />
</head>
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<div class="frameworklinks">
<ul>
<li><a href="/coq-team.html">Coq Team</a></li>
<li><a href="/bugs/">Bug tracker</a></li>
<li><a href="https://github.com/coq/coq/issues">Bug tracker</a></li>
<li><a href="https://github.com/coq/coq/blob/master/CONTRIBUTING.md">Contributing guide</a></li>
<li><a href="/consortium">Coq Consortium</a></li>
</ul>
Expand Down

0 comments on commit 410acb8

Please sign in to comment.