diff --git a/labs/ipfs-pinning/quickstart.mdx b/labs/ipfs-pinning/quickstart.mdx index 7b1a8847b7..aa2ce021f5 100644 --- a/labs/ipfs-pinning/quickstart.mdx +++ b/labs/ipfs-pinning/quickstart.mdx @@ -64,7 +64,7 @@ This operation allows you to add Scaleway as a remote service in your IPFS deskt 4. Click **Add a custom one** to add Scaleway as a remote pinning service. A configuration form displays. 5. Fill in the different fields by replacing the parameters in brackets with the relevant information: - Nickname: `Scaleway` - - API endpoint: `https:/.ipfs.labs.scw.cloud/` + - API endpoint: `https://.ipfs.labs.scw.cloud/` - Secret access token: `<$SCW_SECRET_KEY>` | Parameter | Description | @@ -85,7 +85,8 @@ Scaleway should now appear in the list of remote pinning services. ## How to retrieve your data -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. +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 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. 1. Click the icon next to the CID of the data you want to retrieve. The three IPFS gateways display. -2. Click the IPFS gateway you wish to retrieve your data from. Your data displays in a new tab. \ No newline at end of file +2. Click the IPFS gateway you wish to retrieve your data from. Your data displays in a new tab.