We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4385f commit 5e3e813Copy full SHA for 5e3e813
1 file changed
websites/poolc.org/src/components/my-page/MyPagePKSSection.tsx
@@ -18,7 +18,7 @@ export default function MyPagePKSSection({ jwtToken }: { jwtToken: string }) {
18
<Space direction="vertical" size="middle" className={styles.container}>
19
<Paragraph className={styles.title}>
20
<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]
+ <span className={styles.docs}>Docs</span> [https://github.com/PoolC/PKS-docs/tree/main]
22
</Link>
23
</Paragraph>
24
<div className={styles.codeBlock}>
0 commit comments