diff --git a/_includes/footer.html b/_includes/footer.html index 96819c9..e234073 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -21,7 +21,7 @@ <li><a href="https://wiki.centos.org/irc">IRC</a></li> <li><a href="/community/calendar/">Calendar & IRC Meeting List</a></li> <li><a href="http://planet.centos.org/">Planet</a></li> - <li><a href="https://bugs.centos.org/">Submit Bug</a></li> + <li><a href="https://wiki.centos.org/ReportBugs">Submit Bug</a></li> </ul> </div> <div class="col-md-6 item text"> diff --git a/_includes/header.html b/_includes/header.html index 3825de8..f671c36 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,7 +12,7 @@ <div class="dropdown-menu" role="menu" style="background-color: rgb(0,0,0);"><a class="dropdown-item" role="presentation" href="https://wiki.centos.org/Contribute">Contribute</a><a class="dropdown-item" role="presentation" href="https://www.centos.org/forums/">Forums</a><a class="dropdown-item" role="presentation" href="https://wiki.centos.org/GettingHelp/ListInfo">Mailing Lists</a><a class="dropdown-item" role="presentation" href="https://wiki.centos.org/irc">IRC</a><a class="dropdown-item" role="presentation" href="/community/calendar/">Calendar & IRC Meeting List</a> <a - class="dropdown-item" role="presentation" href="http://planet.centos.org/">Planet</a><a class="dropdown-item" role="presentation" href="https://bugs.centos.org/">Submit Bug</a></div> + class="dropdown-item" role="presentation" href="http://planet.centos.org/">Planet</a><a class="dropdown-item" role="presentation" href="https://wiki.centos.org/ReportBugs">Submit Bug</a></div> </li> <li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" href="#"><i class="fas fa-book"></i> Documentation </a> <div class="dropdown-menu" role="menu" style="background-color: rgb(0,0,0);"><a class="dropdown-item" role="presentation" href="https://wiki.centos.org/">Wiki</a><a class="dropdown-item" role="presentation" href="https://docs.centos.org/">Manuals</a><a class="dropdown-item" role="presentation" href="/keys">GPG Key Info</a></div>