Skip to content

Commit

Permalink
spelling, bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPaisano committed Jul 14, 2023
1 parent 35b12d6 commit 07bb7b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ A Cryptographic Hash is a function that takes some arbitrary input (content) and

### Helia

A lean, modular, and modern implementation of IPFS for the JS and browser environments. Supereded [js-ipfs](#js-ipfs). Learn more at [https://github.com/ipfs/helia](https://github.com/ipfs/helia).
A lean, modular, and modern implementation of IPFS for the JS and browser environments. Superseded [js-ipfs](#js-ipfs). Learn more at [https://github.com/ipfs/helia](https://github.com/ipfs/helia).

### Hole punching

Expand Down
4 changes: 0 additions & 4 deletions docs/concepts/ipns.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ IPNS names can be resolved by [IPFS gateways](ipfs-gateway.md) in a _trusted_ fa
- Path resolution: `https://ipfs.io/ipns/{ipns-name}`
- Subdomain resolution: `https://{ipns-name}.ipns.dweb.link`

For example:

- [https://ipfs.io/ipns/k51qzi5uqu5dlvj2baxnqndepeb86cbk3ng7n3i46uzyxzyqj2xjonzllnv0v8](https://ipfs.io/ipns/k51qzi5uqu5dlvj2baxnqndepeb86cbk3ng7n3i46uzyxzyqj2xjonzllnv0v8)

> **Note** IPNS resolution via an IPFS gateway is **trusted** (in the sense of trusting the gateway) which means you delegate IPNS resolution to the gateway without any means to verify the authenticity response you get, i.e the content path and signature of the IPNS record.
<!-- ### Third-party providing/publishing w3name -->
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/js/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Developer resources for working in JavaScript with IPFS, the InterP

# IPFS in JavaScript

Developers can get started with IPFS in JavaScript using Helia, a lean, modular, and modern implementation of IPFS for the JS and browser environments. Helia supereded [js-ipfs](https://github.com/ipfs/js-ipfs), which was the first JS implementation. Learn more at [https://github.com/ipfs/helia](https://github.com/ipfs/helia).
Developers can get started with IPFS in JavaScript using Helia, a lean, modular, and modern implementation of IPFS for the JS and browser environments. Helia superseded [js-ipfs](https://github.com/ipfs/js-ipfs), which was the first JS implementation. Learn more at [https://github.com/ipfs/helia](https://github.com/ipfs/helia).

## Hands-on examples

Expand Down

0 comments on commit 07bb7b6

Please sign in to comment.