Skip to content

Commit 0086de4

Browse files
committed
Fix and update various links
1 parent 9de99af commit 0086de4

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed

quick-links/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ crumb: Quick Links
66
---
77

88

9-
* Main site: <http://www.webrtc.org>
9+
* Main site: <https://www.webrtc.org>
1010
* Bug tracker: <http://bugs.webrtc.org>
1111
* Source code site: <http://code.webrtc.org>
1212
* Code review site: <https://review.webrtc.org>
1313

14-
* AppRTC reference app: <https://apprtc.webrtc.org>
14+
* AppRTC reference app: <https://appr.tc>
1515
* TestRTC test app: <https://test.webrtc.org>
1616
* WebRTC Samples: <https://webrtc.github.io/samples/>
1717
* WebRTC Sample Code: <https://github.com/GoogleChrome/webrtc>

reference-apps/index.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ permalink: /reference-apps/
1010

1111
### AppRTC
1212

13-
[apprtc.appspot.com](https://apprtc.appspot.com/) is a webrtc demo application
14-
hosted on App Engine.
13+
[appr.tc](https://appr.tc) is a webrtc demo application hosted on App Engine.
1514

1615
Developed by Google and Mozilla, it enables both browsers to "talk" to each
1716
other using the WebRTC API.
@@ -21,16 +20,16 @@ other using the WebRTC API.
2120
</div>
2221

2322
To try this yourself you’ll need
24-
[Firefox Nightly](https://nightly.mozilla.org/), and
23+
[Firefox](https://nightly.mozilla.org/), and
2524
[Chrome](https://www.google.com/intl/en/chrome/browser/) on desktop or
26-
[Chrome Beta on Android](https://play-next-dogfood.corp.google.com/store/apps/details?id=com.chrome.beta).
25+
[Chrome on Android](https://play.google.com/store/apps/details?id=com.android.chrome&hl=en).
2726

2827
The source code can be found here:
29-
<https://github.com/GoogleChrome/webrtc/tree/master/samples/web/content/apprtc>.
28+
<https://github.com/webrtc/apprtc>.
3029

3130
Interop between both browsers is a snap thanks to a Javascript adapter
3231
library. Source code can be found here:
33-
<https://github.com/GoogleChrome/webrtc/blob/master/samples/web/js/adapter.js>
32+
<https://github.com/webrtc/adapter>
3433

3534
To read more about cross browser compatibility, please consult our
3635
[browser interop page]({{ site.baseurl }}/web-apis/interop/).
@@ -39,4 +38,4 @@ To read more about cross browser compatibility, please consult our
3938
### Other
4039

4140
Other apps and samples maintained by the Chrome team can be found here:
42-
<https://github.com/GoogleChrome/webrtc>/
41+
<https://webrtc.github.io/samples/>/

troubleshooting/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /troubleshooting/
77
### Self-test Page
88

99
Having problems using WebRTC enabled web sites with your browser? Go to
10-
<//test.webrtc.org> and try out our self-test. It will produce a log
10+
[test.webrtc.org}}](https://test.webrtc.org) and try out our self-test. It will produce a log
1111
that is very useful to include when filing a bug.
1212

1313

web-apis/interop/index.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ permalink: /web-apis/interop/
88
{% include toc-hide.html %}
99

1010

11-
[Firefox Beta][1] (as of 5/16/13) and [Chrome][2] 25 and later are
12-
interoperable, but currently require a small degree of adaptation on the part
13-
of the calling site.
11+
[Firefox](https://www.mozilla.org/) and [Chrome](https://www.google.com/chrome)
12+
are interoperable, but currently require a small degree of adaptation on the part of the calling site.
1413

1514

1615
### API differences
@@ -30,20 +29,13 @@ RTCIceCandidate RTCIceCandidate mozRTCIceCandidate
3029

3130
To help insulate apps from these differences, we provide a "polyfill" library
3231
which takes care of all these issues and lets developers write to the
33-
unprefixed W3C standard names. This library can be found in the WebRTC code
34-
repository:
35-
36-
<//github.com/webrtc/adapter/blob/master/adapter.js>
32+
unprefixed W3C standard names. This library can be found in the
33+
[WebRTC adapter GitHub repository](https://github.com/webrtc/adapter).
3734

3835

3936
### Interop with AppRTC
4037

41-
AppRTC (<//apprtc.webrtc.org>) uses the adapter.js polyfill, so it
38+
AppRTC ([appr.tc](https://appr.tc)) uses the adapter.js polyfill, so it
4239
correctly handles interop between the browsers. You can test this with Chrome
4340
and Firefox today! This is tested continuously by our
44-
[automated Chrome-Firefox interop tests][3].
45-
46-
47-
[1]: //www.mozilla.org/beta
48-
[2]: //www.google.com/intl/en/chrome/browser/beta.html
49-
[3]: {{ site.baseurl }}/testing/conformance/
41+
[automated Chrome-Firefox interop tests]({{ site.baseurl }}/testing/conformance/).

0 commit comments

Comments
 (0)