Skip to content

Commit

Permalink
docs: add resolvable definitions for IPNS Name and IPNS Record
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 29, 2023
1 parent cd5f4e6 commit b1ac1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipns/ipns-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Note:

## IPNS Name

IPNS Name is a [Multihash](https://docs.ipfs.io/concepts/glossary/#multihash)
:dfn[IPNS Name] is a [Multihash](https://docs.ipfs.io/concepts/glossary/#multihash)
of a serialized `PublicKey`.

If a `PublicKey` is small, it can be inlined inside of a multihash using the `identity` function.
Expand All @@ -113,7 +113,7 @@ and refer to IPNS addresses as `/ipns/{ipns-name}` (or `/ipns/{libp2p-key}`).

## IPNS Record

A logical IPNS record is a data structure containing the following fields:
A logical :dfn[IPNS Record] is a data structure containing the following fields:

- **Value** (bytes)
- It can be any path, such as a `/ipns/{ipns-key}` path to another IPNS record, a [DNSLink](https://dnslink.dev/) path (`/ipns/example.com`) or an immutable IPFS path (`/ipfs/baf...`).
Expand Down

0 comments on commit b1ac1d0

Please sign in to comment.