Skip to content

Commit aaf3c09

Browse files
authored
fix paper link (#303)
1 parent 439c89d commit aaf3c09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/blog/consensus-is-impossible/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Our latest video covers a proof paper by Nancy Lynch that shows that 100% certai
3838

3939
## Can I haz paper link?
4040

41-
[of course!](/papers/LIT-LCS-TM-394.pdf)
41+
[of course!](/papers/MIT-LCS-TM-394.pdf)
4242

4343
## Do you use this in iroh?
4444

src/app/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const metadata = {
3939
<div className="absolute z-40 max-w-6xl mx-auto md:grid md:grid-cols-4 md:gap-4">
4040
<div className="col-span-2 pl-8" style={{ paddingTop: 100 }}>
4141
<h1 className="z-50 text-5xl font-bold font-space-mono leading-tight">
42-
less net work for networks
42+
p2p that just works
4343
</h1>
4444
<h3 className="text-lg font-space-mono mt-3 leading-normal">Iroh is a library for building on direct connections between devices, putting more control in the hands of your users.</h3>
4545
<div className='flex mt-3'>

src/components/GithubStars.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function GithubStars(props) {
66
return (
77
<Link href="https://github.com/n0-computer/iroh" className='p-2 -mt-2 flex text-sm leading-5 fill-zinc-400 text-zinc-600 transition hover:text-zinc-900 dark:text-zinc-400 dark:hover:text-zinc-600 dark:hover:fill-zinc-600 hover:bg-black/10 rounded'>
88
<GithubIcon className="h-5 w-5" />
9-
<span className='ml-2 mt-0'>4.0k</span>
9+
<span className='ml-2 mt-0'>4.1k</span>
1010
</Link>
1111
)
1212
}

0 commit comments

Comments
 (0)