Skip to content

Commit

Permalink
Fix and update various links
Browse files Browse the repository at this point in the history
  • Loading branch information
KaptenJansson committed Dec 18, 2015
1 parent 9de99af commit 0086de4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 24 deletions.
4 changes: 2 additions & 2 deletions quick-links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ crumb: Quick Links
---


* Main site: <http://www.webrtc.org>
* Main site: <https://www.webrtc.org>
* Bug tracker: <http://bugs.webrtc.org>
* Source code site: <http://code.webrtc.org>
* Code review site: <https://review.webrtc.org>

* AppRTC reference app: <https://apprtc.webrtc.org>
* AppRTC reference app: <https://appr.tc>
* TestRTC test app: <https://test.webrtc.org>
* WebRTC Samples: <https://webrtc.github.io/samples/>
* WebRTC Sample Code: <https://github.com/GoogleChrome/webrtc>
Expand Down
13 changes: 6 additions & 7 deletions reference-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ permalink: /reference-apps/

### AppRTC

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

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

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

The source code can be found here:
<https://github.com/GoogleChrome/webrtc/tree/master/samples/web/content/apprtc>.
<https://github.com/webrtc/apprtc>.

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

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

Other apps and samples maintained by the Chrome team can be found here:
<https://github.com/GoogleChrome/webrtc>/
<https://webrtc.github.io/samples/>/
2 changes: 1 addition & 1 deletion troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /troubleshooting/
### Self-test Page

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


Expand Down
20 changes: 6 additions & 14 deletions web-apis/interop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ permalink: /web-apis/interop/
{% include toc-hide.html %}


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


### API differences
Expand All @@ -30,20 +29,13 @@ RTCIceCandidate RTCIceCandidate mozRTCIceCandidate

To help insulate apps from these differences, we provide a "polyfill" library
which takes care of all these issues and lets developers write to the
unprefixed W3C standard names. This library can be found in the WebRTC code
repository:

<//github.com/webrtc/adapter/blob/master/adapter.js>
unprefixed W3C standard names. This library can be found in the
[WebRTC adapter GitHub repository](https://github.com/webrtc/adapter).


### Interop with AppRTC

AppRTC (<//apprtc.webrtc.org>) uses the adapter.js polyfill, so it
AppRTC ([appr.tc](https://appr.tc)) uses the adapter.js polyfill, so it
correctly handles interop between the browsers. You can test this with Chrome
and Firefox today! This is tested continuously by our
[automated Chrome-Firefox interop tests][3].


[1]: //www.mozilla.org/beta
[2]: //www.google.com/intl/en/chrome/browser/beta.html
[3]: {{ site.baseurl }}/testing/conformance/
[automated Chrome-Firefox interop tests]({{ site.baseurl }}/testing/conformance/).

0 comments on commit 0086de4

Please sign in to comment.