Skip to content

Commit

Permalink
fix: update linkd
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Oct 23, 2023
1 parent fe0f188 commit 45328d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ import {

export const BOT_INVITE_REQUEST_URL = "https://forms.gle/943kW9q25MpKEwW26";
export const SUPPORT_EMAIL_ADDRESS = "mailto:rakinar2@onesoftnet.eu.org";
export const DOCS_URL = "https://docs.sudobot.onesoftnet.eu.org";
export const DOCS_URL = "http://docs.sudobot.onesoftnet.eu.org";
export const BOT_TERMS_URL = `${DOCS_URL}/legal/terms`;
export const BOT_PRIVACY_POLICY_URL = `${DOCS_URL}/legal/privacy`;
export const BOT_GITHUB_REPO_URL = "https://github.com/onesoft-sudo/sudobot";
export const BOT_STATUS_PAGE_URL = "https://osn.freshstatus.io/";
export const BOT_STATUS_PAGE_URL = "http://osn.freshstatus.io/";
export const SUPPORT_SERVER_INVITE = "https://discord.gg/892GWhTzgs";
export const DOCS_SELF_SETUP_URL = `${DOCS_URL}/getting-started`;
export const DOCS_FEATURES_URL = `${DOCS_URL}/features`;
Expand Down

0 comments on commit 45328d3

Please sign in to comment.