Migrate RFC references to rfc-editor.org
[yangtools.git] / model / rfc6643-model-api / src / main / java / org / opendaylight / yangtools / rfc6643 / model / api / MaxAccess.java
index 726c290fd026a779ccfcb62ed9e442a8aa71e9e4..51695dccfd59f81485844876ada84b94d9e895da 100644 (file)
@@ -18,13 +18,13 @@ import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * Maximum allowed access, as defined by
- * <a href="https://tools.ietf.org/html/rfc2578#section-7.3">RFC2578 Section 7.3</a>.
+ * <a href="https://www.rfc-editor.org/rfc/rfc2578#section-7.3">RFC2578 Section 7.3</a>.
  */
 @Beta
 public enum MaxAccess {
     /**
      * Indicates the annotated object is an auxiliary object, as per
-     * <a href="https://tools.ietf.org/html/rfc2578#section-7.7">RFC2578 Section 7.7</a>.
+     * <a href="https://www.rfc-editor.org/rfc/rfc2578#section-7.7">RFC2578 Section 7.7</a>.
      */
     NOT_ACCESSIBLE("not-accessible"),
     /**