Skip to content

fix: Point to iroh crate, not iroh-net #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "hello" | ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvh
<Article id="iroh" date="">
<Img src="/images/node_connections.png" alt="hero" width={1600} height={900} />
<h2>Put a dumb pipe in your app</h2>
<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>
<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>
<Link className='block mt-6' href="https://iroh.computer/docs/layers/connections">
<Button>Iroh Connection Docs</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function Intro() {
<IconLink href="https://iroh.computer/docs/layers/connections" icon={BookIcon} className="flex-none">
Docs
</IconLink>
<IconLink href="https://github.com/n0-computer/iroh/tree/main/iroh-net" icon={GitHubIcon} className="flex-none">
<IconLink href="https://github.com/n0-computer/iroh/tree/main/iroh" icon={GitHubIcon} className="flex-none">
GitHub
</IconLink>
<IconLink href="https://iroh.computer/discord" icon={DiscordIcon} className="flex-none">
Expand Down
Loading