Migrate RFC references to rfc-editor.org
[yangtools.git] / model / rfc7952-model-api / src / main / java / org / opendaylight / yangtools / rfc7952 / model / api / AnnotationEffectiveStatement.java
index 36908d372689dbe58e1e388bdc67b9e3538ba88e..2e0175b1b4cf4c1664e3e2e202f8af0ca7de4ec9 100644 (file)
@@ -15,7 +15,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.UnknownEffectiveStatement;
 
 /**
  * Effective statement representation of 'annotation' extension defined in
- * <a href="https://tools.ietf.org/html/rfc7952">RFC7952</a>.
+ * <a href="https://www.rfc-editor.org/rfc/rfc7952">RFC7952</a>.
  */
 @Beta
 public interface AnnotationEffectiveStatement extends UnknownEffectiveStatement<QName, AnnotationStatement>,