Fixed some of the links, but getting there
[libreriscv.git] / openpower / pandoc_img.py
index 23de6a2717221d4cdef86d83b8ec4662db89e672..95c7380dd0658b7023f39f2abd597491c5836026 100755 (executable)
@@ -55,8 +55,11 @@ def inlinenotes(k, v, f, meta):
                             [ref, ''])
             out.write("     link %s\n" % link)
             lookups = {'sv/overview': 'Overview Chapter',
+                       'sv/compliancy_levels': 'Compliancy Levels',
                        'sv/svp64': 'SVP64 Chapter',
+                       'sv/sprs': 'SPRs',
                        'svp64/appendix': 'SVP64 Appendix',
+                       'sv/svp64_quirks': 'SVP64 Quirks',
                       }
             if link in lookups:
                 out.write("     found %s\n" % lookups[link])