Clean up binding-model stuff a bit
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / LeafListSchemaNode.java
index 979ab7f5f9035d5eafcc03bfca324ffee8702e94..b31f0ed0b27a12c3f1ce67bf4f6b110c60a2db1a 100644 (file)
@@ -19,7 +19,7 @@ public non-sealed interface LeafListSchemaNode extends TypedDataSchemaNode, Must
 
     /**
      * Return the default value of this leaf-list, as per the rules outlined in
-     * <a href="https://tools.ietf.org/html/rfc7950#section-7.7.4">Section 7.4.4 of RFC7950</a>. RFC6020 does not
+     * <a href="https://www.rfc-editor.org/rfc/rfc7950#section-7.7.4">Section 7.4.4 of RFC7950</a>. RFC6020 does not
      * allow for default value of leaf-list, hence the returned list will be empty.
      *
      * @return Ordered list of Strings which specify the default values of this leaf-list