Skip to content

Commit

Permalink
Update docsUrl in config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed May 12, 2024
1 parent ddfa5ba commit b9fd8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { TiPlus } from 'react-icons/ti';

const config = {
supportInviteUrl: 'https://invite.discord.place',
docsUrl: 'https://documentation.discord.place',
docsUrl: 'https://docs.discord.place',
headerBackgroundThresholdY: 50,
api: {
url: process.env.NODE_ENV === 'development' ? 'http://localhost:3001' : 'https://api.discord.place',
Expand Down

0 comments on commit b9fd8cc

Please sign in to comment.