Index: Source/core/html/HTMLLinkElement.idl |
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl |
index 7130b97dc8bcaf6593a0670725058dcd5813361d..42f9fec187df5890d0840d7d4f6b0dc7f2983e1f 100644 |
--- a/Source/core/html/HTMLLinkElement.idl |
+++ b/Source/core/html/HTMLLinkElement.idl |
@@ -19,7 +19,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-// https://html.spec.whatwg.org/#htmllinkelement |
+// https://html.spec.whatwg.org/#the-link-element |
interface HTMLLinkElement : HTMLElement { |
// FIXME: The disabled attribute has been removed from the spec: |