You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/publish.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Pinning can be done at various levels, from individual files to entire directori
28
28
29
29
### Pinning services
30
30
31
-
[Pinning services](../concepts/persistence/#pinning-services) are similar to hosting services, in that they run an IPFS node for you and ensure that your files are available to the IPFS network.
31
+
[Pinning services](../concepts/persistence.md#pinning-services) are similar to hosting services, in that they run an IPFS node for you and ensure that your files are available to the IPFS network.
32
32
33
33
:::callout
34
34
Data pinned to the IPFS network is public by default and retrievable by anyone. Avoid publishing private data or adequately encrypt it before publishing.
@@ -37,9 +37,9 @@ Data pinned to the IPFS network is public by default and retrievable by anyone.
37
37
## Prerequisites
38
38
39
39
- A free [web3.storage](https://web3.storage/) account.
40
-
- The [following image](/images/welcome-to-IPFS.jpg), downloaded and saved on your computer:
40
+
- The [following image](../quickstart/images/welcome-to-IPFS.jpg), downloaded and saved on your computer:
1. Upload and pin the file by doing either dragging the [image file](/images/welcome-to-IPFS.jpg) to the dashed rectangle labeled **Drag and drop your files here**, or clicking on the dashed rectangle to select the [image](/images/welcome-to-IPFS.jpg) file.
54
+
1. Upload and pin the file by doing either dragging the [image file](../quickstart/images/welcome-to-IPFS.jpg) to the dashed rectangle labeled **Drag and drop your files here**, or clicking on the dashed rectangle to select the [image](../quickstart/images/welcome-to-IPFS.jpg) file.
@@ -89,7 +89,7 @@ The transformation into a content-addressable representation is a local operatio
89
89
90
90
## Retrieving with a gateway
91
91
92
-
Now that your file is pinned to a pinning service, you will fetch it using an IPFS gateway. An [**IPFS Gateway**](/concepts/ipfs-gateway/) is an HTTP interface that serves as a bridge to the IPFS network. In other words, it allows you to fetch CIDs from IPFS using HTTP.
92
+
Now that your file is pinned to a pinning service, you will fetch it using an IPFS gateway. An [**IPFS Gateway**](../concepts/ipfs-gateway.md) is an HTTP interface that serves as a bridge to the IPFS network. In other words, it allows you to fetch CIDs from IPFS using HTTP.
93
93
94
94
Pinning services typically offer an IPFS gateway as a way to easily retrieve your CIDs. For example, Web3.storage operates the [w3s.link](https://w3s.link) gateway, from which you can retrieve the uploaded CID.
Copy file name to clipboardExpand all lines: docs/quickstart/retrieve.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The CID you will retrieve is actually a folder containing a single image file. T
28
28
There are two primary ways to retrieve files and directories published to IPFS:
29
29
30
30
- Use an [**IPFS node**](../concepts/nodes.md) by installing one of the IPFS implementations, e.g. [Kubo](../concepts/nodes.md#kubo) on your computer. This allows you to fetch and verify CIDs from other nodes in the IPFS network.
31
-
- Use an [**IPFS Gateway**](/concepts/ipfs-gateway/), an HTTP interface with the IPFS network that allows you to fetch data from IPFS using HTTP. Pinning services typically offer an IPFS gateway as a way to easily retrieve your CIDs.
31
+
- Use an [**IPFS Gateway**](../concepts/ipfs-gateway.md), an HTTP interface with the IPFS network that allows you to fetch data from IPFS using HTTP. Pinning services typically offer an IPFS gateway as a way to easily retrieve your CIDs.
32
32
33
33
The **node** option allows you access to the full suite of IPFS protocols. The **Gateway** option serves as a bridge in situations where you might be constrained to using HTTP, such as in web apps where your app users may not be running an IPFS node.
34
34
@@ -46,15 +46,15 @@ While verification is almost always recommended, in reality, there are situation
46
46
47
47
## Fetching the CID with Kubo
48
48
49
-
To fetch the CID with [Kubo](/install/command-line/), complete the steps below:
49
+
To fetch the CID with [Kubo](../install/command-line.md), complete the steps below:
50
50
51
51
1. Ensure that the Kubo daemon is installed and running:
52
52
53
53
```bash
54
54
$ ipfs daemon
55
55
```
56
56
57
-
2. To fetch the file, run the [`ipfs get [CID]`](/reference/kubo/cli/#ipfs-get) command:
57
+
2. To fetch the file, run the [`ipfs get [CID]`](../reference/kubo/cli.md#ipfs-get) command:
58
58
59
59
```bash
60
60
$ ipfs get bafybeicn7i3soqdgr7dwnrwytgq4zxy7a5jpkizrvhm5mv6bgjd32wm3q4
0 commit comments