Skip to content

Commit 7127deb

Browse files
authored
Merge pull request n0-computer#6 from n0-computer/flub/iroh-not-net
fix: Point to iroh crate, not iroh-net
2 parents 827b7a1 + d5bf8bd commit 7127deb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "hello" | ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvh
3838
<Article id="iroh" date="">
3939
<Img src="/images/node_connections.png" alt="hero" width={1600} height={900} />
4040
<h2>Put a dumb pipe in your app</h2>
41-
<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>
41+
<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" className='font-mono'>iroh</a> rust crate. You can use the iroh connection layer as a dumb pipe in your own app.</p>
4242
<Link className='block mt-6' href="https://iroh.computer/docs/layers/connections">
4343
<Button>Iroh Connection Docs</Button>
4444
</Link>

src/components/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function Intro() {
6767
<IconLink href="https://iroh.computer/docs/layers/connections" icon={BookIcon} className="flex-none">
6868
Docs
6969
</IconLink>
70-
<IconLink href="https://github.com/n0-computer/iroh/tree/main/iroh-net" icon={GitHubIcon} className="flex-none">
70+
<IconLink href="https://github.com/n0-computer/iroh/tree/main/iroh" icon={GitHubIcon} className="flex-none">
7171
GitHub
7272
</IconLink>
7373
<IconLink href="https://iroh.computer/discord" icon={DiscordIcon} className="flex-none">

0 commit comments

Comments
 (0)