| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java
|
| index 258b22f97397fb4a7cc082e07ca080e657709bc1..502b8d049d3cf5c6da0857e979b080717cf4b34c 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java
|
| @@ -26,7 +26,7 @@ import org.webrtc.IceCandidate;
|
| import org.webrtc.SessionDescription;
|
|
|
| /**
|
| - * Negotiates signaling for chatting with apprtc.appspot.com "rooms".
|
| + * Negotiates signaling for chatting with https://appr.tc "rooms".
|
| * Uses the client<->server specifics of the apprtc AppEngine webapp.
|
| *
|
| * <p>To use: create an instance of this object (registering a message handler) and
|
|
|