From ca3b0a55719933184a211feccc482b50e96ff9db Mon Sep 17 00:00:00 2001 From: Rich Kadel Date: Wed, 9 Sep 2020 15:13:18 -0700 Subject: [PATCH] broken intra-page link from spanview to graphviz Just noticed the link was not correct. Fixed here. --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index fce57925..9c69b151 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -263,7 +263,7 @@ $ firefox maybe_init_suffix.pdf # Or your favorite pdf viewer ## Viewing Spanview output (.html files) [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 uses HTML to highlight code regions in the original source code and display compiler metadata associated with each region.