Skip to content

Commit 922fbc4

Browse files
committed
Fix links
1 parent 6a09843 commit 922fbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(subpages)/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ export default function Page() {
3535
<div>
3636
<h5>Other:</h5>
3737
<p>I'm doing very amateur photography, you can check out my <Link href="https://unsplash.com/@rivea0">Unsplash</Link>.</p>
38-
<p>I also write down some fleeting thoughts at <Link href="https://thementaltraveller.bearblog.dev">thementaltraveller.bearblog.dev</Link>.</p>
38+
<p>I also write down some fleeting thoughts at <Link href="https://thementaltraveller.bearblog.dev/notes">thementaltraveller.bearblog.dev</Link>.</p>
3939
<div className={styles.secondaryDiv}>
4040
<p><em>If you're interested in working with me, you can check out <Link href="/work-with-me">this page</Link>.</em></p>
4141
</div>
4242
<hr />
43-
<p><em>This site is built using <a href="https://nextjs.org">Next.js</a>, licensed under <Link href="">MIT</Link>.</em></p>
43+
<p><em>This site is built using <a href="https://nextjs.org">Next.js</a>, licensed under <Link href="https://github.com/rivea0/rivea0.github.io/blob/main/LICENSE">MIT</Link>.</em></p>
4444
<p><em><Link href="https://www.goatcounter.com">GoatCounter</Link> (which is <Link href="https://github.com/arp242/goatcounter">open source</Link>!) is used for privacy-friendly analytics.</em></p>
4545
<p><em>Blog content licensed under <Link href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</Link>.</em></p>
4646
</div>

0 commit comments

Comments
 (0)