]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/json-lexer.c
docs/interop: Convert qmp-spec.txt to rST
[mirror_qemu.git] / qobject / json-lexer.c
index 632320d72d5de5950b3482f492a1e668f6d406c9..51341d96e49e99b504db97b3507ff15ed98b8597 100644 (file)
@@ -139,7 +139,7 @@ static const uint8_t json_lexer[][256] =  {
          * bytes '\xFE', '\xFF'.  Structural characters and line
          * endings are promising resynchronization points.  Clients
          * may use the others to force the JSON parser into known-good
-         * state; see docs/interop/qmp-spec.txt.
+         * state; see docs/interop/qmp-spec.rst.
          */
         [0 ... 0x1F] = IN_START | LOOKAHEAD,
         [0x20 ... 0xFD] = IN_RECOVERY,