Skip to content

Commit edca09b

Browse files
authored
docs: fix URLs in changelogs
Pull-Request: libp2p#4893.
1 parent 3e3ea3a commit edca09b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

misc/futures-bounded/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
## 0.2.3
22

33
- Introduce `FuturesTupleSet`, holding tuples of a `Future` together with an arbitrary piece of data.
4-
See [PR 4841](https://github.com/libp2p/rust-lib2pp/pulls/4841).
4+
See [PR 4841](https://github.com/libp2p/rust-libp2p/pull/4841).
55

66
## 0.2.2
77

88
- Fix an issue where `{Futures,Stream}Map` returns `Poll::Pending` despite being ready after an item has been replaced as part of `try_push`.
9-
See [PR 4865](https://github.com/libp2p/rust-lib2pp/pulls/4865).
9+
See [PR 4865](https://github.com/libp2p/rust-libp2p/pull/4865).
1010

1111
## 0.2.1
1212

1313
- Add `.len()` getter to `FuturesMap`, `FuturesSet`, `StreamMap` and `StreamSet`.
14-
See [PR 4745](https://github.com/libp2p/rust-lib2pp/pulls/4745).
14+
See [PR 4745](https://github.com/libp2p/rust-libp2p/pull/4745).
1515

1616
## 0.2.0
1717

1818
- Add `StreamMap` type and remove `Future`-suffix from `PushError::ReplacedFuture` to reuse it for `StreamMap`.
19-
See [PR 4616](https://github.com/libp2p/rust-lib2pp/pulls/4616).
19+
See [PR 4616](https://github.com/libp2p/rust-libp2p/pull/4616).
2020

2121
## 0.1.0
2222

protocols/relay/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.17.1
22

33
- Automatically register relayed addresses as external addresses.
4-
See [PR 4809](https://github.com/libp2p/rust-lib2pp/pulls/4809).
4+
See [PR 4809](https://github.com/libp2p/rust-libp2p/pull/4809).
55
- Fix an error where performing too many reservations at once could lead to inconsistent internal state.
66
See [PR 4841](https://github.com/libp2p/rust-libp2p/pull/4841).
77

@@ -14,7 +14,7 @@
1414

1515
See [PR 4718](https://github.com/libp2p/rust-libp2p/pull/4718).
1616
- Fix a rare race condition when making a reservation on a relay that could lead to a failed reservation.
17-
See [PR 4747](https://github.com/libp2p/rust-lib2pp/pulls/4747).
17+
See [PR 4747](https://github.com/libp2p/rust-libp2p/pull/4747).
1818
- Propagate errors of relay client to the listener / dialer.
1919
A failed reservation will now appear as `SwarmEvent::ListenerClosed` with the `ListenerId` of the corresponding `Swarm::listen_on` call.
2020
A failed circuit request will now appear as `SwarmEvent::OutgoingConnectionError` with the `ConnectionId` of the corresponding `Swarm::dial` call.
@@ -25,7 +25,7 @@
2525
- `relay::client::Event::InboundCircuitReqDenied`
2626
- `relay::client::Event::InboundCircuitReqDenyFailed`
2727

28-
See [PR 4745](https://github.com/libp2p/rust-lib2pp/pulls/4745).
28+
See [PR 4745](https://github.com/libp2p/rust-libp2p/pull/4745).
2929

3030
## 0.16.2
3131

0 commit comments

Comments
 (0)