Skip to content

Commit cac05a0

Browse files
committed
Fix discord link
1 parent 7e4ce97 commit cac05a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@
159159
html_theme = 'basic'
160160

161161
html_context = {
162-
'discord_invite': 'https://discord.gg/rdXkRJG7pS',
162+
'discord_invite': 'https://pycord.dev/discord',
163163
'discord_extensions': [
164164
('discord.ext.commands', 'ext/commands'),
165165
('discord.ext.tasks', 'ext/tasks'),
166166
],
167167
}
168168

169169
resource_links = {
170-
'discord': 'https://discord.gg/rdXkRJG7pS',
170+
'discord': 'https://pycord.dev/discord',
171171
'issues': 'https://github.com/Pycord-Development/pycord/issues',
172172
'discussions': 'https://github.com/Pycord-Development/pycord/discussions',
173173
'examples': f'https://github.com/Pycord-Development/pycord/tree/{branch}/examples',
@@ -357,5 +357,5 @@
357357
def setup(app):
358358
if app.config.language == 'ja':
359359
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
360-
app.config.html_context['discord_invite'] = 'https://discord.gg/rdXkRJG7pS'
361-
app.config.resource_links['discord'] = 'https://discord.gg/rdXkRJG7pS'
360+
app.config.html_context['discord_invite'] = 'https://pycord.dev/discord'
361+
app.config.resource_links['discord'] = 'https://pycord.dev/discord'

0 commit comments

Comments
 (0)