Skip to content

Commit 343c746

Browse files
committed
fix: apply suggested changes
1 parent ff53bb3 commit 343c746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/concepts/public-utilities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Your browser may have a local cache of the content in question and might not ref
3636

3737
### Supported Features
3838

39-
IPFS implementations can support a variety of protocols and specifications. The above public gateways support the following:
39+
The above public gateways support the following:
4040

41-
- ipfs.io and dweb.link support the full set of IPFS Gateway specifications: https://specs.ipfs.tech/http-gateways/
42-
- trustless-gateway.link supports only the Trustless Gateway subset: https://specs.ipfs.tech/http-gateways/trustless-gateway/
41+
- `ipfs.io` and `dweb.link` support the [full set of IPFS Gateway specifications](https://specs.ipfs.tech/http-gateways/).
42+
- `trustless-gateway.link` supports only the [Trustless Gateway subset of the specification](https://specs.ipfs.tech/http-gateways/trustless-gateway/).
4343

4444
They support HTTP clients reaching them over both ipv4 and ipv6 addresses
4545

4646
The underlying IPFS nodes backing the gateways support the following mutable identifiers under the `/ipns` namespace:
47-
- IPNS Public Keys
48-
- DNSLink for all IANA registered domains as well as .crypto and .eth
47+
- IPNS Public Keys, e.g. `ipfs.io/ipns/k51q....`
48+
- DNSLink for all IANA registered domains as well as `.crypto` and `.eth`, e.g. `vitalik-eth.ipns.dweb.link`
4949

5050
The underlying IPFS nodes backing the gateways support retrieving data from peers that:
5151
- Have either ipv4 or ipv6 addresses

0 commit comments

Comments
 (0)