Skip to content
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