Skip to content

Commit 60b7683

Browse files
committed
added correct github link
1 parent be5b147 commit 60b7683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/demo/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function DemoPage() {
9595
variant="outline"
9696
className="text-white bg-transparent border-zinc-700 hover:bg-zinc-800"
9797
>
98-
<Link href="https://github.com/yourusername/api-documentation-generator">
98+
<Link href="https://github.com/rasenga223/clariodocs-api-documentation-generator.git">
9999
<Github className="w-4 h-4 mr-2" />
100100
View on GitHub
101101
</Link>

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Footer = () => {
6565
<XIcon className="w-5 h-5" />
6666
</Link>
6767
<Link
68-
href="https://github.com/clariodocs"
68+
href="https://github.com/rasenga223/clariodocs-api-documentation-generator.git"
6969
target="_blank"
7070
rel="noopener noreferrer"
7171
aria-label="Visit our GitHub repository"

0 commit comments

Comments
 (0)