Migrate RFC references to rfc-editor.org
[yangtools.git] / model / rfc8528-model-api / src / main / java / org / opendaylight / yangtools / rfc8528 / model / api / MountPointStatement.java
index 0ae1407a2cb848aa21ee99243a9d810b47849a60..bcaaefceb41acd90e6252d9c589ab0c82ce8ea21 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.UnknownStatement;
 
 /**
  * Declared statement representation of 'mount-point' extension defined in
- * <a href="https://tools.ietf.org/html/rfc8528">RFC8528</a>.
+ * <a href="https://www.rfc-editor.org/rfc/rfc8528">RFC8528</a>.
  */
 @Beta
 public interface MountPointStatement extends UnknownStatement<MountPointLabel>, WithStatus<MountPointLabel>,