Skip to content

Commit 8343769

Browse files
committed
change back ortc to rtc
1 parent 7fbc66d commit 8343769

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="navbar-brand">
4747
<a class="navbar-item" href="https://github.com/webrtc-rs"><img src="./res/Github.png" height="28"></a>
4848
<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>
49-
<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>
49+
<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>
5050
<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>
5151
<div class="navbar-item">
5252
<iframe src="https://github.com/sponsors/webrtc-rs/button" title="Sponsor webrtc-rs" height="35" width="116"
@@ -62,12 +62,12 @@
6262
<div class="message-header"></div>
6363
<div class="message-body">
6464
<p>
65-
<a href="https://github.com/webrtc-rs/ortc/actions"><img
66-
src="https://github.com/webrtc-rs/ortc/workflows/cargo/badge.svg"></a>
67-
<a href="https://codecov.io/gh/webrtc-rs/ortc"><img
68-
src="https://codecov.io/gh/webrtc-rs/ortc/branch/master/graph/badge.svg"></a>
69-
<a href="https://deps.rs/repo/github/webrtc-rs/ortc"><img
70-
src="https://deps.rs/repo/github/webrtc-rs/ortc/status.svg"></a>
65+
<a href="https://github.com/webrtc-rs/rtc/actions"><img
66+
src="https://github.com/webrtc-rs/rtc/workflows/cargo/badge.svg"></a>
67+
<a href="https://codecov.io/gh/webrtc-rs/rtc"><img
68+
src="https://codecov.io/gh/webrtc-rs/rtc/branch/master/graph/badge.svg"></a>
69+
<a href="https://deps.rs/repo/github/webrtc-rs/rtc"><img
70+
src="https://deps.rs/repo/github/webrtc-rs/rtc/status.svg"></a>
7171
<a href="https://crates.io/crates/ortc"><img
7272
src="https://img.shields.io/crates/v/ortc.svg"></a>
7373
<a href="https://docs.rs/ortc"><img
@@ -79,19 +79,19 @@
7979
<a href="https://twitter.com/WebRTCrs"><img
8080
src="https://img.shields.io/twitter/url/https/twitter.com/webrtcrs.svg?style=social&label=%40WebRTCrs"
8181
alt="Twitter"></a>
82-
<a href="https://github.com/webrtc-rs/ortc"><img
83-
src="https://img.shields.io/github/watchers/webrtc-rs/ortc.svg?style=social&label=Watch"
82+
<a href="https://github.com/webrtc-rs/rtc"><img
83+
src="https://img.shields.io/github/watchers/webrtc-rs/rtc.svg?style=social&label=Watch"
8484
alt="Github Watches"></a>
8585
<a href="https://seladb.github.io/StarTrack-js/#/preload?r=webrtc-rs,ortc"><img
86-
src="https://img.shields.io/github/stars/webrtc-rs/ortc.svg?style=social&label=Star"
86+
src="https://img.shields.io/github/stars/webrtc-rs/rtc.svg?style=social&label=Star"
8787
alt="Github Stars"></a>
88-
<a href="https://github.com/webrtc-rs/ortc"><img
89-
src="https://img.shields.io/github/forks/webrtc-rs/ortc.svg?style=social&label=Fork"
88+
<a href="https://github.com/webrtc-rs/rtc"><img
89+
src="https://img.shields.io/github/forks/webrtc-rs/rtc.svg?style=social&label=Fork"
9090
alt="Github Forks"></a>
9191
</p>
9292
<br>
9393
<p>
94-
ORTC in Rust with Sans-IO
94+
RTC in Rust with Sans-IO
9595
</p>
9696
<hr>
9797
<img src="./res/party-popper-emoji-left.png">

0 commit comments

Comments
 (0)