Skip to content

Commit 472c1b1

Browse files
committed
fix: image paths
1 parent 09ff6b8 commit 472c1b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/how-to/troubleshooting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The **Multiaddr** field can be either:
9898

9999
For example, the output will look as follows, when doing a Peer ID specific check for a CID:
100100

101-
![ipfs-check provider-specific check](images/ipfs-check-peer-result.jpg)
101+
![ipfs-check provider-specific check](./images/ipfs-check-peer-result.jpg)
102102

103103
Looking at the output, you can know the following:
104104

@@ -109,7 +109,7 @@ Looking at the output, you can know the following:
109109

110110
You can also test a specific multiaddr and transport combination, by entering the full multiaddr in the **Multiaddr** field. For example, this is what the output looks like when testing the Secure WebSockets multiaddr:
111111

112-
![ipfs-check multiaddr check](images/ipfs-check-peer-wss-maddr-result.jpg)
112+
![ipfs-check multiaddr check](./images/ipfs-check-peer-wss-maddr-result.jpg)
113113

114114
Since the Secure WebSockets multiaddr is also supported by all browsers, you can also test connectivity to the provider directly from a browser (rather than the IPFS Check backend like in this example) with the [Helia Identify tool](#debug-browser-connectivity-with-helia-identify).
115115

@@ -123,7 +123,7 @@ In this mode, IPFS Check will search for providers both in the IPNI and the DHT,
123123

124124
The output will look as follows:
125125

126-
![ipfs-check multi-provider check](images/ipfs-check-cid-results.jpg)
126+
![ipfs-check multi-provider check](./images/ipfs-check-cid-results.jpg)
127127

128128
Looking at the output, you can know the following:
129129

@@ -135,7 +135,7 @@ Looking at the output, you can know the following:
135135

136136
When using IPFS Check, you can identify whether NAT hole punching was necessary to connect to a provider, by looking at the connection multiaddrs in the output. If there are two connection multiaddrs, and one of them contains `p2p-circuit`, for example:
137137

138-
![ipfs-check multi-provider check with NAT hole punching](images/ipfs-check-cid-result-nat.jpg)
138+
![ipfs-check multi-provider check with NAT hole punching](./images/ipfs-check-cid-result-nat.jpg)
139139

140140
This is because when a provider peer is behind NAT, it will acquire a circuit relay reservation as part of the [NAT hole punching process (DCUtR)](https://blog.ipfs.tech/2022-01-20-libp2p-hole-punching/).
141141

@@ -153,7 +153,7 @@ The following video gives an overview of how to use IPFS Check and its different
153153

154154
The following gif shows how to use Helia Identify to test whether a provider is reachable from a browser, by entering a Peer ID in the input field and clicking the **Identify** button.
155155

156-
![helia identify](images/helia-identify.gif)
156+
![helia identify](./images/helia-identify.gif)
157157

158158
## Troubleshooting with Kubo
159159

0 commit comments

Comments
 (0)