Migrate RFC references to rfc-editor.org
[yangtools.git] / parser / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / type / BitsSpecificationSupport.java
index 46b3e3f5b17a79c8f0bce4308b1ee21926ba0857..4d5282d3fe17067bd0e7d2a3f20878bae5e443c5 100644 (file)
@@ -89,7 +89,7 @@ final class BitsSpecificationSupport extends AbstractTypeSupport<BitsSpecificati
 
     private static SourceException noBits(final CommonStmtCtx stmt) {
         /*
-         *  https://tools.ietf.org/html/rfc7950#section-9.7.4:
+         *  https://www.rfc-editor.org/rfc/rfc7950#section-9.7.4:
          *
          *     The "bit" statement, which is a substatement to the "type" statement,
          *     MUST be present if the type is "bits".