Skip to content

Commit 8a6b170

Browse files
committed
fix: broken links
1 parent 63573cf commit 8a6b170

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Quickly retrieve data from the IPFS network, no programming required:
2222
Provide data to the IPFS network with IPFS Desktop or a pinning service:
2323

2424
- [Install IPFS Desktop which bundles an IPFS node (Kubo) and a UI to manage files, peers, and explore content on IPFS](./install/ipfs-desktop.md).
25-
- [Publish content to the IPFS network with IPFS Desktop](./how-to/desktop-app/).
26-
- [Publish content to the IPFS network with a pinning service](./how-to/websites-on-ipfs/single-page-website/#pinning-files).
27-
- [Deploy static sites to the IPFS network with a GitHub Action](./how-to/websites-on-ipfs/deploy-github-action/).
25+
- [Publish content to the IPFS network with IPFS Desktop](./how-to/desktop-app.md).
26+
- [Publish content to the IPFS network with a pinning service](./how-to/websites-on-ipfs/single-page-website.md#pinning-files).
27+
- [Deploy static sites to the IPFS network with a GitHub Action](./how-to/websites-on-ipfs/deploy-github-action.md).
2828

2929

3030
### Build

docs/how-to/websites-on-ipfs/deploy-github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For example, here's where you can find the CID for a [given commit on GitHub]():
248248

249249
You can load the app using the CID from the commit status, and it will be accessible through:
250250

251-
- [Public Good Gateway](/concepts/public-utilities#public-ipfs-gateways): `https://<CID>.ipfs.dweb.link`
251+
- [Public Good Gateway](/concepts/public-utilities.md#public-ipfs-gateways): `https://<CID>.ipfs.dweb.link`
252252
- [Service Worker Gateway](https://inbrowser.link): `https://inbrowser.link/ipfs/<CID>`
253253
- [Storacha Gateway](https://docs.storacha.network/concepts/ipfs-gateways/) (if using Storacha): `https://<CID>.ipfs.w3s.link`.
254254

@@ -258,7 +258,7 @@ If you have IPFS Desktop or Kubo installed, you can load with the local gateway
258258

259259
For example, here's the URL for a given CID: `bafybeicbpllqfrjfygcdwkz2q5prdtu4q7obmsqr2fkk5byn45rs24ypcu.ipfs.localhost:8080`
260260

261-
This URL uses subdomain resolution (where the CID has its own subdomain), which ensures [origin isolation](../gateway-best-practices/#use-subdomain-gateway-resolution-for-origin-isolation) per CID.
261+
This URL uses subdomain resolution (where the CID has its own subdomain), which ensures [origin isolation](../gateway-best-practices.md/#use-subdomain-gateway-resolution-for-origin-isolation) per CID.
262262

263263
## Troubleshooting
264264

0 commit comments

Comments
 (0)