Skip to content

Commit 4d116d4

Browse files
committed
Fix markdown links in 'README.md' files
1 parent 3fe9ee1 commit 4d116d4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ cargo build [or clippy or test or fmt]
138138
```
139139

140140
## Open Source License
141-
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, webrtc-rs is using the dual MIT+Apache-2.0 license.
142141

142+
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see <https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license>). In order to match the community standards, webrtc-rs is using the dual MIT+Apache-2.0 license.
143143

144144
## Contributing
145145

examples/examples/data-channels-flow-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example demonstrates how to use the following property / methods.
88
* pub async fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn)
99

1010
These methods are equivalent to that of JavaScript WebRTC API.
11-
See https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel for more details.
11+
See <https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel> for more details.
1212

1313
## When do we need it?
1414

stun/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
## v0.4.3
1111

12-
* [#9 update deps + loosen some requirements ](https://github.com/webrtc-rs/stun/pull/9) by [@melekes](https://github.com/melekes).
13-
12+
* [#9 update deps + loosen some requirements](https://github.com/webrtc-rs/stun/pull/9) by [@melekes](https://github.com/melekes).
1413

1514
## Prior to 0.4.3
1615

0 commit comments

Comments
 (0)