Skip to content

Commit 4bdb013

Browse files
committed
Fix links and update language in documentation
1 parent 4a8a769 commit 4bdb013

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

concepts/discovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Discovery is the glue that connects an [Endpoint](/concepts/endpoints#endpoint-i
99
More details on discovery in the discovery module [documentation](https://docs.rs/iroh/latest/iroh/discovery/index.html)
1010
</Note>
1111

12-
Endpoint discovery is an automated system for an [Endpoint](/concepts/endpoints) to retrieve addressing information. Each iroh endpoint will automatically publish their own addressing information with configured discovery services. Usually this means publishing which [Home Relay](/concepts/relay#home-relay) an endpoint is findable at, but they could also publish their direct addresses.
12+
Endpoint discovery is an automated system for an [Endpoint](/concepts/endpoints) to retrieve addressing information. Each iroh endpoint will automatically publish their own addressing information with configured discovery services. Usually this means publishing which [Home Relay](/concepts/relays) an endpoint is findable at, but they could also publish their direct addresses.
1313

1414

1515
## Discovery Services

deployment/wasm-browser-support.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: "WebAssembly and Browsers"
55

66
Iroh can be compiled to WebAssembly for use in browsers!
77

8-
We first announced work on iroh in browsers via WebAssembly in a [blog post](/blog/iroh-and-the-web).
98
As of the iroh 0.33 release, iroh can be used in projects that compile to WebAssembly.
109
Add `iroh` to your browser project's dependencies and keep building it using [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen/).
1110

protocols/blobs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ There we go, this is all we need to [open connections](https://docs.rs/iroh/late
9191

9292
### Using an existing protocol: iroh-blobs
9393

94-
Instead of writing our own protocol from scratch, let's use [iroh-blobs](/proto/iroh-blobs), which already does what we want:
94+
Instead of writing our own protocol from scratch, let's use [iroh-blobs](/protocols/blobs), which already does what we want:
9595
It loads files from your file system and provides a protocol for seekable, resumable downloads of these files.
9696

9797
```rust

0 commit comments

Comments
 (0)