broken intra-page link from spanview to graphviz

Just noticed the link was not correct. Fixed here.
This commit is contained in:
Rich Kadel 2020-09-09 15:13:18 -07:00 committed by Joshua Nelson
parent 683cbdda74
commit 91a4afbcc6
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ $ firefox maybe_init_suffix.pdf # Or your favorite pdf viewer
## Viewing Spanview output (.html files) ## Viewing Spanview output (.html files)
[viewing-spanview-output]: #viewing-spanview-output [viewing-spanview-output]: #viewing-spanview-output
In addition to [graphviz output](#formatting-graphviz-output), MIR debugging In addition to [graphviz output](#formatting-graphviz-output-dot-files), MIR debugging
flags include an option to generate a MIR representation called `Spanview` that flags include an option to generate a MIR representation called `Spanview` that
uses HTML to highlight code regions in the original source code and display uses HTML to highlight code regions in the original source code and display
compiler metadata associated with each region. compiler metadata associated with each region.