link correction
[libreriscv.git] / openpower / pandoc_img.py
index ed107a42684e812a9451959803edb5abbc1f22b3..27b20e6cb653de7b1b464c5da686ba3916ffd612 100755 (executable)
@@ -71,12 +71,12 @@ def inlinenotes(k, v, f, meta):
                    'svp64/appendix': 'SVP64 Appendix',
                    'sv/svp64_quirks': 'SVP64 Quirks',
                    'openpower/isa/simplev': 'Simple-V pseudocode',
-                   'sv/opcode_regs_deduped': 'SVP64 Augmentation Table',
+                   'opcode_regs_deduped': 'SVP64 Augmentation Table',
                   }
         if link in lookups:
             out.write("     found %s\n" % lookups[link])
             return [Link(['', [], []],
-                        [Str(lookups[link])],
+                        [Str("{"+lookups[link]+"}")],
                         ['#%s' % link, '']), Str(v[find_brack+2:])]
         if '|' in link:
             link, ref = link.split("|")