Skip to content

Commit e67acac

Browse files
fix(docs): update ipfs-pinning quickstart (#3894)
1 parent d9cf9dc commit e67acac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

labs/ipfs-pinning/quickstart.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This operation allows you to add Scaleway as a remote service in your IPFS deskt
6464
4. Click **Add a custom one** to add Scaleway as a remote pinning service. A configuration form displays.
6565
5. Fill in the different fields by replacing the parameters in brackets with the relevant information:
6666
- Nickname: `Scaleway`
67-
- API endpoint: `https:/<your_volume_region_ID>.ipfs.labs.scw.cloud/<your_volume_ID>`
67+
- API endpoint: `https://<your_volume_region_ID>.ipfs.labs.scw.cloud/<your_volume_ID>`
6868
- Secret access token: `<$SCW_SECRET_KEY>`
6969

7070
| Parameter | Description |
@@ -85,7 +85,8 @@ Scaleway should now appear in the list of remote pinning services.
8585

8686
## How to retrieve your data
8787

88-
Now that you have pinned your data, you can retrieve it using [CloudFlare](https://www.cloudflare.com/), [Pinata](https://www.pinata.cloud/) or [Protocol Labs](https://protocol.ai/). These are IPFS gateways, which are services that allow you to interact with the IPFS network using regular, HTTP/HTTPS web protocols. This means you do not need a particular IPFS software to retrieve your data - you can instead use your regular web browser.
88+
Now that you have pinned your data, you can retrieve it using [CloudFlare](https://www.cloudflare.com/), [Pinata](https://www.pinata.cloud/) or [Protocol Labs](https://protocol.ai/).
89+
These services act as IPFS gateways, enabling you to interact with the IPFS network using standard HTTP/HTTPS web protocols. This means you don’t need specialized IPFS software to retrieve your data; you can simply use your regular web browser.
8990

9091
1. Click the <Icon name="more" /> icon next to the CID of the data you want to retrieve. The three IPFS gateways display.
91-
2. Click the IPFS gateway you wish to retrieve your data from. Your data displays in a new tab.
92+
2. Click the IPFS gateway you wish to retrieve your data from. Your data displays in a new tab.

0 commit comments

Comments
 (0)