Skip to content

Commit

Permalink
docs: repair address-mgr link to CONFIGURATION.md (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat authored Jul 31, 2023
1 parent e6a41f7 commit eabf6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p/src/address-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Address manager is responsible for keeping an updated register of the peer's addresses. It includes 2 different types of Addresses: `Listen Addresses` and `Announce Addresses`.

These Addresses should be specified in your libp2p [configuration](../../doc/CONFIGURATION.md) when you create your node.
These Addresses should be specified in your libp2p [configuration](../../../../doc/CONFIGURATION.md) when you create your node.

## Listen Addresses

Expand Down

0 comments on commit eabf6f3

Please sign in to comment.