Skip to content

Commit

Permalink
change back ortc to rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 8, 2025
1 parent 7fbc66d commit 8343769
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="navbar-brand">
<a class="navbar-item" href="https://github.com/webrtc-rs"><img src="./res/Github.png" height="28"></a>
<a class="navbar-item" href="https://github.com/webrtc-rs/webrtc"><img src="./res/webrtc.rs.ico" width="28" height="28"><strong>&nbsp;WebRTC</strong></a>
<a class="navbar-item" href="https://github.com/webrtc-rs/ortc"><img src="./res/rtc.ico" width="28" height="28"><strong>&nbsp; ORTC</strong></a>
<a class="navbar-item" href="https://github.com/webrtc-rs/rtc"><img src="./res/rtc.ico" width="28" height="28"><strong>&nbsp; RTC</strong></a>
<a class="navbar-item" href="https://github.com/webrtc-rs/sfu"><img src="./res/sfu-rs.ico" width="28" height="28"><strong>&nbsp; SFU</strong></a>
<div class="navbar-item">
<iframe src="https://github.com/sponsors/webrtc-rs/button" title="Sponsor webrtc-rs" height="35" width="116"
Expand All @@ -62,12 +62,12 @@
<div class="message-header"></div>
<div class="message-body">
<p>
<a href="https://github.com/webrtc-rs/ortc/actions"><img
src="https://github.com/webrtc-rs/ortc/workflows/cargo/badge.svg"></a>
<a href="https://codecov.io/gh/webrtc-rs/ortc"><img
src="https://codecov.io/gh/webrtc-rs/ortc/branch/master/graph/badge.svg"></a>
<a href="https://deps.rs/repo/github/webrtc-rs/ortc"><img
src="https://deps.rs/repo/github/webrtc-rs/ortc/status.svg"></a>
<a href="https://github.com/webrtc-rs/rtc/actions"><img
src="https://github.com/webrtc-rs/rtc/workflows/cargo/badge.svg"></a>
<a href="https://codecov.io/gh/webrtc-rs/rtc"><img
src="https://codecov.io/gh/webrtc-rs/rtc/branch/master/graph/badge.svg"></a>
<a href="https://deps.rs/repo/github/webrtc-rs/rtc"><img
src="https://deps.rs/repo/github/webrtc-rs/rtc/status.svg"></a>
<a href="https://crates.io/crates/ortc"><img
src="https://img.shields.io/crates/v/ortc.svg"></a>
<a href="https://docs.rs/ortc"><img
Expand All @@ -79,19 +79,19 @@
<a href="https://twitter.com/WebRTCrs"><img
src="https://img.shields.io/twitter/url/https/twitter.com/webrtcrs.svg?style=social&label=%40WebRTCrs"
alt="Twitter"></a>
<a href="https://github.com/webrtc-rs/ortc"><img
src="https://img.shields.io/github/watchers/webrtc-rs/ortc.svg?style=social&label=Watch"
<a href="https://github.com/webrtc-rs/rtc"><img
src="https://img.shields.io/github/watchers/webrtc-rs/rtc.svg?style=social&label=Watch"
alt="Github Watches"></a>
<a href="https://seladb.github.io/StarTrack-js/#/preload?r=webrtc-rs,ortc"><img
src="https://img.shields.io/github/stars/webrtc-rs/ortc.svg?style=social&label=Star"
src="https://img.shields.io/github/stars/webrtc-rs/rtc.svg?style=social&label=Star"
alt="Github Stars"></a>
<a href="https://github.com/webrtc-rs/ortc"><img
src="https://img.shields.io/github/forks/webrtc-rs/ortc.svg?style=social&label=Fork"
<a href="https://github.com/webrtc-rs/rtc"><img
src="https://img.shields.io/github/forks/webrtc-rs/rtc.svg?style=social&label=Fork"
alt="Github Forks"></a>
</p>
<br>
<p>
ORTC in Rust with Sans-IO
RTC in Rust with Sans-IO
</p>
<hr>
<img src="./res/party-popper-emoji-left.png">
Expand Down

0 comments on commit 8343769

Please sign in to comment.