Skip to content

Commit

Permalink
Add cogboard to navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada authored Apr 10, 2022
1 parent 97097f2 commit 92f3861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function byName($a,$b){ return ($a['id'] <= $b['id']) ? -1 : 1;}
<a class="nav-link" href="http://red-discordbot.readthedocs.io/en/stable/index.html">Documentation</a>
<a class="nav-link" href="https://discord.gg/red">Join Discord</a>
<a class="nav-link" href="https://red-discordbot.readthedocs.io/en/stable/guide_cog_creation.html">Build Your Own Cog</a>
<a class="nav-link" href="https://cogboard.discord.red/">Cogboard</a>
</div>
<div class="search">
<form id="search" method="post" action="?filter=<?php print($filter);?>&ua=<?php print($show_ua);?>&cb=<?php print(intval(microtime(TRUE))); ?>">
Expand Down

0 comments on commit 92f3861

Please sign in to comment.