| Index: third_party/WebKit/Source/core/dom/Range.idl
 | 
| diff --git a/third_party/WebKit/Source/core/dom/Range.idl b/third_party/WebKit/Source/core/dom/Range.idl
 | 
| index b206cc733cb8364bbddae429e5eff10e2f0fe6be..d5a85672ac1ec6e7e973e45927eb6904247b0264 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/Range.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/Range.idl
 | 
| @@ -72,7 +72,7 @@
 | 
|      ClientRect getBoundingClientRect();
 | 
|  
 | 
|      // DOM Parsing and Serialization
 | 
| -    // https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#extensions-to-the-range-interface
 | 
| +    // https://w3c.github.io/DOM-Parsing/#extensions-to-the-range-interface
 | 
|      [NewObject, RaisesException, CEReactions, CustomElementCallbacks] DocumentFragment createContextualFragment(DOMString fragment);
 | 
|  
 | 
|      // Non-standard API
 | 
| 
 |