diff --git a/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md b/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md index fbf2bad..1ec8627 100644 --- a/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md +++ b/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md @@ -28,4 +28,4 @@ Starting with 5.9.0 mkvmerge writes two elements from the v4 specs, `CueDuration And here's where the bug in mkvalidator lay: it compared `DocTypeReadVersion < DocTypeVersion` instead of the other way around. The error it therefore issued, however, is correct in its wording; only the numbers listed didn't make sense because they're taken directly from the file. -Categories: [mkvalidator](Category-mkvalidator) +Categories: [mkvalidator](FAQ#category-mkvalidator)