Migrate RFC references to rfc-editor.org
[yangtools.git] / parser / yang-parser-api / src / main / java / org / opendaylight / yangtools / yang / parser / api / ImportResolutionMode.java
index 827aa16d40479ff2572e245c2c3d3f1db8023679..1c63d4866246e4635c5852f9aa7333b665942f6a 100644 (file)
@@ -12,8 +12,8 @@ package org.opendaylight.yangtools.yang.parser.api;
  */
 public enum ImportResolutionMode {
     /**
-     * Standard method as specified by <a href="https://tools.ietf.org/html/rfc6020#section-7.1.5">RFC6020</a> and
-     * refined by <a href="https://tools.ietf.org/html/rfc7950#section-7.1.5">RFC7950</a>. {@code import}s are resolved
+     * Standard method as specified by <a href="https://www.rfc-editor.org/rfc/rfc6020#section-7.1.5">RFC6020</a> and
+     * refined by <a href="https://www.rfc-editor.org/rfc/rfc7950#section-7.1.5">RFC7950</a>. {@code import}s are resolved
      * based on exact match of {@code revision-date} statement. In case it is not specified, latest available revision
      * is used.
      */