From b3f4c199547a794fc472a270c5d4d58ae5b6fb9c Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 17 Sep 2020 18:51:46 +0100 Subject: [PATCH] Update compiler-guide.md --- docs/compiler-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiler-guide.md b/docs/compiler-guide.md index 08a3b420fe1..4d8ba7f3e72 100644 --- a/docs/compiler-guide.md +++ b/docs/compiler-guide.md @@ -59,7 +59,7 @@ The following are the most relevant parts of the F# compiler tooling, making up The following is a diagram of how different phases of F# compiler work: -![F# compiler phases](../../../images/fsharp/fsharp-compiler-phases.png) +![F# compiler phases](http://fsharp.github.io/img/fscomp-phases.png) The following are the key phases and high-level logical operations of the F# compiler code in its various configurations: