Migrate RFC references to rfc-editor.org
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / ModuleEffectiveStatement.java
index cd29d981bde48ad4d4e26e72cdd96d6ff7f91487..93f06620683c028df00eadc997d3676886107551 100644 (file)
@@ -26,10 +26,10 @@ public non-sealed interface ModuleEffectiveStatement
                 TypedefAwareEffectiveStatement<Unqualified, ModuleStatement>,
                 SchemaTreeRoot {
     /**
-     * Conformance type, as defined by <a href="https://datatracker.ietf.org/doc/html/rfc7895#page-9">RFC7895</a> and
-     * indirectly referenced in <a href="https://datatracker.ietf.org/doc/html/rfc7950#section-5.6.4">RFC7950</a>. The
-     * NMDA revision of <a href="https://datatracker.ietf.org/doc/html/rfc8525">YANG Library</a> does not directly
-     * define these, but makes a distiction on the same concept.
+     * Conformance type, as defined by <a href="https://www.rfc-editor.org/rfc/rfc7895#page-9">RFC7895</a> and
+     * indirectly referenced in <a href="https://www.rfc-editor.org/rfc/rfc7950#section-5.6.4">RFC7950</a>. The NMDA
+     * revision of <a href="https://www.rfc-editor.org/rfc/rfc8525">YANG Library</a> does not directly define these, but
+     * makes a distiction on the same concept.
      */
     enum ConformanceType {
         /**