Migrate RFC references to rfc-editor.org
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / LengthConstraint.java
index e3f59ab43797ad5775e245f2aa0cc813d9691f2a..47ce438b29dfaa67613801c5ee80c50907b2b905 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition;
 
 /**
  * A single value length restriction, as expressed by a length statement, as specified by
- * <a href="https://tools.ietf.org/html/rfc6020#section-9.4.4">[RFC-6020] The length Statement</a>.
+ * <a href="https://www.rfc-editor.org/rfc/rfc6020#section-9.4.4">[RFC-6020] The length Statement</a>.
  */
 public interface LengthConstraint extends ConstraintMetaDefinition {
     /**