Skip to content

Commit ff1ab45

Browse files
authored
Random link fixes (ipfs#1382)
1 parent 33783e6 commit ff1ab45

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

docs/concepts/case-study-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ These voting systems are used to calculate the results of a vote based on the vo
9393

9494
## How Snapshot uses IPFS
9595

96-
Snapshot uses IPFS to make the whole voting process fully transparent and auditable. Every space, proposal, vote, and user action is added to IPFS and has a [content identifier (CID)](/concepts/content-addressing.md).
96+
Snapshot uses IPFS to make the whole voting process fully transparent and auditable. Every space, proposal, vote, and user action is added to IPFS and has a [content identifier (CID)](../concepts/content-addressing.md).
9797

9898
Additionally, the Snapshot UI is also [available on IPFS](https://bafybeihzjoqahhgrhnsksyfubnlmjvkt66aliodeicywwtofodeuo2icde.ipfs.dweb.link/) and linked using the ENS name `shot.eth` which is accessible via any ENS resolution service, e.g. [shot.eth.limo](https://shot.eth.limo/)(see the `x-ipfs-path` and `X-Ipfs-Roots` headers when making an HTTP request.)
9999

@@ -115,7 +115,7 @@ pineapple.js exposes a `pin` method that takes a JSON object and sends it to the
115115

116116
### Open access via IPFS Gateways
117117

118-
After data is added to the IPFS network via pinning services, it is also made available for viewing by users via an [IPFS Gateway](/concepts/ipfs-gateway.md). Links to the signed messages for [proposals](https://snapshot.mypinata.cloud/ipfs/bafkreigva2y23hnepirhvup2widmawmjiih3kvvuaph3a7mrivkiqcvuki) and [votes](https://snapshot.mypinata.cloud/ipfs/bafkreibozdzgw5y5piburro6pxspw7yjcdaymj3fyqjl2rohsthnqfwc6e) are integrated into the Snapshot UI.
118+
After data is added to the IPFS network via pinning services, it is also made available for viewing by users via an [IPFS Gateway](../concepts/ipfs-gateway.md). Links to the signed messages for [proposals](https://snapshot.mypinata.cloud/ipfs/bafkreigva2y23hnepirhvup2widmawmjiih3kvvuaph3a7mrivkiqcvuki) and [votes](https://snapshot.mypinata.cloud/ipfs/bafkreibozdzgw5y5piburro6pxspw7yjcdaymj3fyqjl2rohsthnqfwc6e) are integrated into the Snapshot UI.
119119

120120
## IPFS benefits
121121

docs/concepts/persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ Options in this category include:
101101
- [Web3.Storage](https://Web3.Storage)
102102
- [NFT.storage](https://nft.storage/)
103103
- [Estuary](https://estuary.tech)
104-
- [Powergate](https://docs.filecoin.io/build/powergate)
104+
- [Powergate](https://docs.filecoin.io/build/tools/powergate/)
105105
- [ChainSafe Storage](https://storage.chainsafe.io)
106106
- [Fleek Storage](https://fleek.co/storage)

docs/how-to/create-simple-chat-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to deploy a minimal chat app entirely in the browser usi
55

66
# Create a simple chat app
77

8-
This how-to demonstrates a minimal chat app in [js-ipfs](/reference/js/api.md#js-ipfs) entirely in the browser.
8+
This how-to demonstrates a minimal chat app in [js-ipfs](../reference/js/api.md#js-ipfs) entirely in the browser.
99

1010
Here’s a quick demo of the app:
1111

@@ -32,7 +32,7 @@ To test and deploy your own version with your own nodes (recommended for deploym
3232
- [Advertising set up](#advertising) to let other peers know your users are there
3333
- [Publishing set up and staying connected](#communication) to peers
3434

35-
Besides [IPFS](/concepts/what-is-ipfs.md) (with CIDv1) and JavaScript, our chat app uses these technologies:
35+
Besides [IPFS](../concepts/what-is-ipfs.md) (with CIDv1) and JavaScript, our chat app uses these technologies:
3636

3737
- [Libp2p](https://libp2p.io/)’s [WebRTC](https://www.npmjs.com/package/libp2p-webrtc-star)-Star and [circuit relay](https://docs.libp2p.io/concepts/circuit-relay) for discovery and connecting (with two libraries:  [js-ipfs](https://github.com/ipfs/js-ipfs/blob/master/docs/BROWSERS.md),  Bootstrap–with minified CSS), and [Kubo](https://docs.ipfs.tech/reference/go/api/#working-with-go) for p2p circuit connecting with websockets,
3838
- some [Python code](#advertising) that we supply for advertising, and

docs/how-to/exchange-files-between-nodes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,15 @@ We'll need to bundle the dependencies to run the app. Let's do it:
135135

136136
You should see something like this if all went well:
137137

138+
<!-- markdown-link-check-disable -->
138139
```sh
139140
Starting up http-server, serving public
140141
Available on:
141142
http://127.0.0.1:12345
142143
http://192.168.2.92:12345
143144
Hit CTRL-C to stop the server
144145
```
146+
<!-- markdown-link-check-enable-->
145147

146148
Now go to http://127.0.0.1:12345 in a modern browser and you're on!
147149

docs/how-to/websites-on-ipfs/link-a-domain.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ Before we get started, you will need:
125125
a. Set the value to `dnslink=/ipfs/SITE_CID`, replacing `SITE_CID` with the CID of your website.
126126
1. Save your changes.
127127

128-
You should now be able to visit your IPFS website at your Handshake domain! If your Handshake name is `yourname/`, you can visit your website at http://yourname/ (no dots, just yourname/!)
128+
You should now be able to visit your IPFS website at your Handshake domain! If your Handshake name is `yourname/`, you can visit your website at <!-- markdown-link-check-disable--> http://yourname/
129+
<!-- markdown-link-check-enable--> (no dots, just yourname/!)
129130

130131
### Subdomain
131132

@@ -140,7 +141,9 @@ If you want to create your website on a subdomain rather than a bare TLD (e.g. `
140141
b. Set the value to `dnslink=/ipfs/SITE_CID`, replacing `SITE_CID` with the CID of your website.
141142
1. Save your changes.
142143

143-
You should now be able to visit your IPFS website at your Handshake domain! If your Handshake name is `sub.yourname/`, you can visit your website at http://sub.yourname/
144+
You should now be able to visit your IPFS website at your Handshake domain! If your Handshake name is `sub.yourname/`, you can visit your website at
145+
<!-- markdown-link-check-disable--> http://sub.yourname/
146+
<!-- markdown-link-check-enable-->
144147

145148
::: tip
146149
If you prefer to use Handshake-powered DNSLink with your custom gateway, run [`ipfs daemon`](../../install/command-line.md) with config that has a Handshake resolver enabled for your domain: `ipfs config --json DNS.Resolvers '{ "yourname": "https://query.hdns.io/dns-query" }`. Learn how to run a self-hosted, site-specific DNSLink gateway from [gateway recipes in Kubo config docs](https://github.com/ipfs/kubo/blob/master/docs/config.md#gateway-recipes).

0 commit comments

Comments
 (0)