@libp2p/circuit-relay-v2 4.1.6 → 4.1.7-2a3e54738

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ repo and examine the changes made.
24
24
 
25
25
  -->
26
26
 
27
- The `circuitRelayTransport` allows libp2p to dial and listen on [Circuit Relay](https://docs.libp2p.io/concepts/nat/circuit-relay/)
27
+ The `circuitRelayTransport` allows libp2p to dial and listen on [Circuit Relay](https://libp2p.io/docs/circuit-relay/)
28
28
  addresses.
29
29
 
30
30
  ## Example - Use as a transport
@@ -42,7 +42,7 @@ const node = await createLibp2p({
42
42
  })
43
43
  ```
44
44
 
45
- The `circuitRelayServer` function allows libp2p to function as a [Circuit Relay](https://docs.libp2p.io/concepts/nat/circuit-relay/)
45
+ The `circuitRelayServer` function allows libp2p to function as a [Circuit Relay](https://libp2p.io/docs/circuit-relay/)
46
46
  server. This will not work in browsers.
47
47
 
48
48
  ## Example - Use as a server
@@ -77,7 +77,7 @@ Loading this module through a script tag will make its exports available as `Lib
77
77
 
78
78
  # API Docs
79
79
 
80
- - <https://libp2p.github.io/js-libp2p/modules/_libp2p_circuit_relay_v2.html>
80
+ - <https://libp2p.github.io/js-libp2p/modules/_libp2p_circuit-relay-v2.html>
81
81
 
82
82
  # License
83
83