Skip to content

Commit 489bf7b

Browse files
committed
nit: better / fixes glossary links
proto.school is not future-proof, better point at glossary
1 parent f50082c commit 489bf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/ipfs-in-web-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ As a developer, IPFS exposes three main operations for interacting with the netw
3131

3232
As mentioned above, the first step in the [lifecycle of data in IPFS](../concepts/lifecycle.md) is to address it by CID.
3333

34-
When addressing data by [CIDs](https://proto.school/anatomy-of-a-cid/03) you will need to choose:
34+
When addressing data by [CIDs](../concepts/glossary.md#cid) you will need to choose:
3535

36-
- [hash function](../concepts/glossary.md#hash-function). For use in browsers, the default and recommended hash function is `sha2-256` which is also the default for [Helia](https://github.com/ipfs/helia).
36+
- [hash function](../concepts/glossary.md#hash). For use in browsers, the default and recommended hash function is `sha2-256` which is also the default for [Helia](https://github.com/ipfs/helia).
3737
- [multicodec](../concepts/glossary.md#multicodec), which is the format of the data you are addressing and is used to help decode data. CIDs support a wide range of multicodecs, but for most intents and purposes, you will likely either want use:
3838
- [UnixFS](../concepts/file-systems.md#unix-file-system-unixfs) for files and directories.
3939
- [dag-cbor](../concepts/glossary.md#dag-cbor) for json-like structured data with binary encoding. DAG-CBOR is an extension of CBOR that adds a "link" type for CIDs, allowing for the creation of interlinked CBOR objects (which can be used to form larger linked data structures).

0 commit comments

Comments
 (0)