Skip to content

Commit 5e3e813

Browse files
authored
chore: Fix PKS docs link
1 parent 1a4385f commit 5e3e813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websites/poolc.org/src/components/my-page/MyPagePKSSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function MyPagePKSSection({ jwtToken }: { jwtToken: string }) {
1818
<Space direction="vertical" size="middle" className={styles.container}>
1919
<Paragraph className={styles.title}>
2020
<Link href="https://github.com/PoolC/PKS-docs/tree/user-guide" target="_blank">
21-
<span className={styles.docs}>Docs</span> [https://github.com/PoolC/PKS-docs/tree/user-guide]
21+
<span className={styles.docs}>Docs</span> [https://github.com/PoolC/PKS-docs/tree/main]
2222
</Link>
2323
</Paragraph>
2424
<div className={styles.codeBlock}>

0 commit comments

Comments
 (0)