Skip to content

Commit ad90f7e

Browse files
committed
Update docs links
1 parent 7454764 commit ad90f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ function byName($a,$b){ return ($a['id'] <= $b['id']) ? -1 : 1;}
8585
<body model="">
8686
<div class="nav top">
8787
<a id="logo" href="?">Red<t>Discord Bot - Cog Index</t></a>
88-
<a class="nav-link" href="https://github.com/Cog-Creators/Red-DiscordBot#installation">Installation</a>
89-
<a class="nav-link" href="http://red-discordbot.readthedocs.io/en/stable/index.html">Documentation</a>
88+
<a class="nav-link" href="https://docs.discord.red/en/stable/install_guides/index.html">Installation</a>
89+
<a class="nav-link" href="https://docs.discord.red/en/stable/index.html">Documentation</a>
9090
<a class="nav-link" href="https://discord.gg/red">Join Discord</a>
91-
<a class="nav-link" href="https://red-discordbot.readthedocs.io/en/stable/guide_cog_creation.html">Build Your Own Cog</a>
91+
<a class="nav-link" href="https://docs.discord.red/en/stable/guide_cog_creation.html">Build Your Own Cog</a>
9292
</div>
9393
<div class="search">
9494
<form id="search" method="get">

0 commit comments

Comments
 (0)