Skip to content

Commit 5ccd8df

Browse files
committed
Update GitHub URL
1 parent 602cf4b commit 5ccd8df

33 files changed

Lines changed: 33 additions & 33 deletions

File tree

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/backend",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"type": "module",
77
"scripts": {

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/dashboard",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"scripts": {
77
"clean": "rimraf .next && rimraf node_modules",

apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Footer () {
1313
{[
1414
{ href: "https://discord.stack-auth.com/", icon: FaDiscord },
1515
{ href: "https://www.linkedin.com/company/stackframe-inc", icon: FaLinkedin },
16-
{ href: "https://github.com/stack-auth/stack-auth", icon: FaGithub },
16+
{ href: "https://github.com/hexclave/stack-auth", icon: FaGithub },
1717
].map(({ href, icon: Icon }) => (
1818
<li key={href}>
1919
<Link href={href}>

apps/dashboard/src/components/feedback-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export function FeedbackForm() {
188188
<EnvelopeIcon className="h-4 w-4 text-muted-foreground group-hover:text-foreground" />
189189
</a>
190190
<a
191-
href="https://github.com/stack-auth/stack-auth"
191+
href="https://github.com/hexclave/stack-auth"
192192
target="_blank"
193193
rel="noopener noreferrer"
194194
className="flex items-center justify-center w-8 h-8 rounded-md hover:bg-muted transition-colors group"

apps/dev-launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/dev-launchpad",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"scripts": {
77
"dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}00 -s public",

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/e2e-tests",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"type": "module",
77
"scripts": {

apps/mock-oauth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/mock-oauth-server",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"main": "index.js",
77
"scripts": {

docs-mintlify/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"links": [
3232
{
3333
"type": "github",
34-
"href": "https://github.com/stack-auth/stack-auth"
34+
"href": "https://github.com/hexclave/stack-auth"
3535
}
3636
],
3737
"primary": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/stack-docs",
33
"version": "2.8.88",
4-
"repository": "https://github.com/stack-auth/stack-auth",
4+
"repository": "https://github.com/hexclave/stack-auth",
55
"description": "",
66
"main": "index.js",
77
"private": true,

docs/src/app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const baseOptions: BaseLayoutProps = {
3232
{
3333
type: 'main',
3434
text: "GitHub",
35-
url: "https://github.com/stack-auth/stack-auth",
35+
url: "https://github.com/hexclave/stack-auth",
3636
active: "url",
3737
external: true
3838
},

0 commit comments

Comments
 (0)