Migrate RFC references to rfc-editor.org
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / AnyxmlSchemaNode.java
index 73e0ee3a9640140a6f77f2e3627abe232c08a83b..3fc58e38e7e355957095149a1c37f5deee106165 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlEffectiveStatement;
  *
  * <p>
  * This interface was modeled according to definition in
- * <a href="https://tools.ietf.org/html/rfc6020#section-7.10">[RFC-6020] The anyxml Statement</a>
+ * <a href="https://www.rfc-editor.org/rfc/rfc6020#section-7.10">[RFC-6020] The anyxml Statement</a>
  */
 public interface AnyxmlSchemaNode extends DataSchemaNode, MandatoryAware, MustConstraintAware,
         EffectiveStatementEquivalent<AnyxmlEffectiveStatement> {