Skip to content

Commit dd5cf61

Browse files
fix discord links (#606)
1 parent 5f5690e commit dd5cf61

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: 👾 Discord
3-
url: https://discord.gg/f4Cbf3HT
3+
url: https://discord.gg/GbXMEM5H
44
about: Something else? Join the Discord!

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"socials": {
139139
"github": "https://github.com/sourcebot-dev/sourcebot",
140140
"twitter": "https://x.com/sourcebot_dev",
141-
"discord": "https://discord.gg/Y6b78RqM",
141+
"discord": "https://discord.gg/GbXMEM5H",
142142
"linkedin": "https://www.linkedin.com/company/sourcebot"
143143
}
144144
},

docs/docs/configuration/auth/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Sourcebot's built-in authentication system gates your deployment, and allows adm
2525
# Troubleshooting
2626

2727
- If you experience issues logging in, logging out, or accessing an organization you should have access to, try clearing your cookies & performing a full page refresh (`Cmd/Ctrl + Shift + R` on most browsers).
28-
- Still not working? Reach out to us on our [discord](https://discord.com/invite/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
28+
- Still not working? Reach out to us on our [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)

docs/docs/upgrade/v2-to-v3-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If your deployment is dependent on these features, please [reach out](https://gi
7878
After updating your configuration file, restart your Sourcebot deployment to pick up the new changes.
7979
</Step>
8080
<Step title="You're done!">
81-
Congrats, you've successfully migrated to v3! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/6Fhp27x7Pb) or on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose).
81+
Congrats, you've successfully migrated to v3! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/GbXMEM5H) or on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose).
8282
</Step>
8383
</Steps>
8484

@@ -90,4 +90,4 @@ Some things to check:
9090
- Make sure you have a name for each `connection`, and that the name only contains letters, digits, hyphens, or underscores
9191
- Make sure each `connection` has a `type` field with a valid value (`gitlab`, `github`, `gitea`, `gerrit`)
9292

93-
Having troubles migrating from v2 to v3? Reach out to us on [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help
93+
Having troubles migrating from v2 to v3? Reach out to us on [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help

docs/docs/upgrade/v3-to-v4-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please note that the following features are no longer supported in v4:
4040

4141
</Step>
4242
<Step title="You're done!">
43-
Congrats, you've successfully migrated to v4! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
43+
Congrats, you've successfully migrated to v4! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
4444
</Step>
4545
</Steps>
4646

@@ -58,4 +58,4 @@ to finish upgrading to v4 in single-tenant mode.
5858
- If you're hitting issues with signing into your Sourcebot instance, make sure you're setting `AUTH_URL` correctly to your deployment domain (ex. `https://sourcebot.yourcompany.com`)
5959

6060

61-
Having troubles migrating from v3 to v4? Reach out to us on [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help
61+
Having troubles migrating from v3 to v4? Reach out to us on [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help

packages/web/src/app/[domain]/components/navigationMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { NavigationItems } from "./navigationItems";
2020
import { ProgressIndicator } from "./progressIndicator";
2121
import { TrialIndicator } from "./trialIndicator";
2222

23-
const SOURCEBOT_DISCORD_URL = "https://discord.gg/6Fhp27x7Pb";
23+
const SOURCEBOT_DISCORD_URL = "https://discord.gg/GbXMEM5H";
2424
const SOURCEBOT_GITHUB_URL = "https://github.com/sourcebot-dev/sourcebot";
2525

2626
interface NavigationMenuProps {

0 commit comments

Comments
 (0)