webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

Fixed repository URLs #575

Closed daladim closed 1 month ago

daladim commented 1 month ago

Discovering all the sub-crates from docs.rs is sub-optimal, as the links to crates of the workspace are not all working. Example: from https://docs.rs/webrtc-srtp/latest/webrtc_srtp/, the "Repository" link links to the archived, pre-workspace version of the crate.

This MR fixes them.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.57%. Comparing base (08189da) to head (14a2dc7). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #575 +/- ## ========================================== - Coverage 61.58% 61.57% -0.01% ========================================== Files 532 532 Lines 48940 48940 Branches 12330 12318 -12 ========================================== - Hits 30139 30137 -2 - Misses 9589 9590 +1 - Partials 9212 9213 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.