Skip to content

Commit 8d85501

Browse files
committed
chore(docs): use correct org name
1 parent c4a4430 commit 8d85501

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/docs/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function Hero() {
7575
<ArrowRight className="w-4 h-4 transition-transform group-hover:translate-x-0.5" />
7676
</Link>
7777
<a
78-
href="https://github.com/libpdf/core"
78+
href="https://github.com/libpdf-js/core"
7979
className="inline-flex items-center justify-center gap-2 px-8 py-4 text-base font-medium rounded-lg border border-border hover:border-foreground/20 hover:bg-muted/50 transition-all"
8080
>
8181
<svg className="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
@@ -438,7 +438,7 @@ function SponsorsSection() {
438438
</div>
439439
<div className="text-center">
440440
<a
441-
href="https://github.com/sponsors/libpdf"
441+
href="https://github.com/sponsors/libpdf-js"
442442
target="_blank"
443443
rel="noopener noreferrer"
444444
className="inline-flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground transition-colors"

apps/docs/app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function Page(props: PageProps<"/docs/[[...slug]]">) {
2424
const MDX = page.data.body;
2525

2626
const gitConfig = {
27-
user: "libpdf",
27+
user: "libpdf-js",
2828
repo: "core",
2929
branch: "main",
3030
};

apps/docs/lib/layout.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export function baseOptions(): BaseLayoutProps {
55
nav: {
66
title: 'LibPDF',
77
},
8-
githubUrl: 'https://github.com/libpdf/core',
8+
githubUrl: 'https://github.com/libpdf-js/core',
99
};
1010
}

content/docs/acknowledgements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Thank you to everyone who has filed issues, contributed fixes, and helped improv
3939

4040
---
4141

42-
If you'd like to contribute to LibPDF, check out our [GitHub repository](https://github.com/libpdf/core).
42+
If you'd like to contribute to LibPDF, check out our [GitHub repository](https://github.com/libpdf-js/core).

0 commit comments

Comments
 (0)