Migrate RFC references to rfc-editor.org
[yangtools.git] / parser / yang-ir / src / main / java / org / opendaylight / yangtools / yang / ir / IRKeyword.java
index 5028cfb0c13ed07817c72f22f027c7bc536e19c0..c3ee509a8b02565e1fc7b4935e4d98a30175d29c 100644 (file)
@@ -16,8 +16,8 @@ import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * A YANG keyword, as defined, as defined by section 6.1.2 of both
- * <a href="https://tools.ietf.org/html/rfc6020#section-6.1.2">RFC6020</a> and
- * <a href="https://tools.ietf.org/html/rfc7950#section-6.1.2">RFC7950</a>. The two options are discerned by nullability
+ * <a href="https://www.rfc-editor.org/rfc/rfc6020#section-6.1.2">RFC6020</a> and
+ * <a href="https://www.rfc-editor.org/rfc/rfc7950#section-6.1.2">RFC7950</a>. The two options are discerned by nullability
  * of {@link #prefix()} method's return, as hinted by the ABNF for {@code node-identifier} -- and while a keyword is a
  * semantically different construct, it shares the same value space.
  *