Skip to content

Commit 845bac8

Browse files
committed
fix iroh docs links
1 parent 32ed260 commit 845bac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "hello" | dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv
3939
<Img src="/images/node_connections.png" alt="hero" width={1600} height={900} />
4040
<h2>Put a dumb pipe in your app</h2>
4141
<p>Dumb pipes are Iroh Connections. The <span className='font-mono'>dumbpipe</span> tool is a <a href="https://github.com/n0-computer/dumbpipe/blob/main/src/main.rs">200-line wrapper</a> around the <a href="https://crates.io/crates/iroh-net" className='font-mono'>iroh-net</a> rust crate. You can use the iroh connection layer as a dumb pipe in your own app.</p>
42-
<Link className='block mt-6' href="https://iroh.computer/docs/connections">
42+
<Link className='block mt-6' href="https://iroh.computer/docs/layers/connections">
4343
<Button>Iroh Connection Docs</Button>
4444
</Link>
4545
</Article>
@@ -51,7 +51,7 @@ echo "hello" | dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv
5151
<Article id="relay" date="">
5252
<h2>Sometimes you gotta relay</h2>
5353
<p>For somewhere around 10-20% of connections, it&apos;s simply not possible to connect two devices directly. For those cases, we use a meshed network of relay nodes to pack up UDP traffic & send it over HTTP. Sounds silly, but it works. And the magic socket handles all this under the hood.</p>
54-
<Link className='block mt-6' href="https://iroh.computer/docs/connections">
54+
<Link className='block mt-6' href="https://iroh.computer/docs/layers/connections">
5555
<Button>relay docs</Button>
5656
</Link>
5757
</Article>

0 commit comments

Comments
 (0)