@cryptotaxi247 / kubo / commits / 85ab35d60

docs: improve style

Co-authored-by: djdv <ddvpublic@Gmail.com>

Marcin Rataj committed Aug 20, 2024 at 17:39 UTC 85ab35d60f07e3573cd61526201cffa80c22e17f
1 file changed +1 -1
docs/changelogs/v0.30.md
+1 -1
@@ -53,7 +53,7 @@ Defining the optional agent version suffix is now simpler. The [`Version.AgentSu
53
54 #### `/unix/` socket support in `Addresses.API`
55
56 -This release fixes a bug which blocked users from disabling local HTTP port for [Kubo RPC](https://docs.ipfs.tech/reference/kubo/rpc/), and using a Unix socket instead.
56 +This release fixes a bug which blocked users from using Unix domain sockets for [Kubo's RPC](https://docs.ipfs.tech/reference/kubo/rpc/) (instead of a local HTTP port).
57
58 ```console
59 $ ipfs config Addresses.API "/unix/tmp/kubo.socket"