| Index: third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateInit.idl b/third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateInit.idl
|
| index e5a883e786d11a4d117e40267564d31459bd099d..76c5bc19ec3905cc22e1277d844fe3c4d9d8920e 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateInit.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateInit.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://www.w3.org/TR/webrtc/#idl-def-RTCIceCandidateInit
|
| +// https://w3c.github.io/webrtc-pc/#idl-def-rtcicecandidateinit
|
|
|
| dictionary RTCIceCandidateInit {
|
| DOMString candidate;
|
|
|