mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
chore: update discord link
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -5,7 +5,7 @@ body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is this suited for github?
|
||||
description: Feel free to join the discord community [here](https://discord.gg/GYC3W7tZzb), we can usually respond faster to any questions.
|
||||
description: Feel free to join the discord community [here](https://discord.gg/better-auth), we can usually respond faster to any questions.
|
||||
options:
|
||||
- label: Yes, this is suited for github
|
||||
- type: markdown
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -4,7 +4,7 @@ body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is this suited for github?
|
||||
description: Feel free to join the discord community [here](https://discord.gg/GYC3W7tZzb), we can usually respond faster to any questions.
|
||||
description: Feel free to join the discord community [here](https://discord.gg/better-auth), we can usually respond faster to any questions.
|
||||
options:
|
||||
- label: Yes, this is suited for github
|
||||
- type: markdown
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<a href="https://better-auth.com"><strong>Learn more »</strong></a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://discord.com/invite/GYC3W7tZzb">Discord</a>
|
||||
<a href="https://discord.gg/better-auth">Discord</a>
|
||||
·
|
||||
<a href="https://better-auth.com">Website</a>
|
||||
·
|
||||
|
||||
@@ -79,7 +79,7 @@ export default async function Page({
|
||||
GitHub
|
||||
</IconLink>
|
||||
<IconLink
|
||||
href="https://discord.gg/GYC3W7tZzb"
|
||||
href="https://discord.com/better-auth"
|
||||
icon={DiscordLogoIcon}
|
||||
className="flex-none text-gray-600 dark:text-gray-300"
|
||||
>
|
||||
|
||||
@@ -69,7 +69,7 @@ export function Intro() {
|
||||
GitHub
|
||||
</IconLink>
|
||||
<IconLink
|
||||
href="https://discord.gg/GYC3W7tZzb"
|
||||
href="https://discord.com/better-auth"
|
||||
icon={DiscordLogoIcon}
|
||||
className="flex-none text-gray-600 dark:text-gray-300"
|
||||
>
|
||||
|
||||
@@ -97,7 +97,7 @@ const ChangelogPage = async () => {
|
||||
GitHub
|
||||
</IconLink>
|
||||
<IconLink
|
||||
href="https://discord.gg/GYC3W7tZzb"
|
||||
href="https://discord.com/better-auth"
|
||||
icon={DiscordLogoIcon}
|
||||
className="flex-none text-gray-600 dark:text-gray-300"
|
||||
>
|
||||
|
||||
@@ -78,8 +78,8 @@ export default function V1Ship() {
|
||||
If you were using Better Auth for production, we recommend updating
|
||||
to V1 as soon as possible. There are some breaking changes, feel
|
||||
free to join us on{" "}
|
||||
<Link href="https://discord.gg/GYC3W7tZzb">Discord</Link>, and we'll
|
||||
gladly assist.
|
||||
<Link href="https://discord.com/better-auth">Discord</Link>, and
|
||||
we'll gladly assist.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user