From c78dbda7f3d5a35b0da645e6ad91dcff78feb570 Mon Sep 17 00:00:00 2001 From: Guilherme Marz Vazzolla <53506039+saerosV@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:09:36 -0300 Subject: [PATCH] Fix FSharp compiler docs link (#2082) --- docs/Formatting-Elmish-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formatting-Elmish-code.md b/docs/Formatting-Elmish-code.md index 1ff7063ad7..2fe5056ce0 100644 --- a/docs/Formatting-Elmish-code.md +++ b/docs/Formatting-Elmish-code.md @@ -14,7 +14,7 @@ To keep things focused, the scope is currently limited to the Fable.React and Fe ## Key concepts -There are two active patterns for [SynExpr](https://fsharp.github.io/FSharp.Compiler.Service/reference/fsharp-compiler-syntaxtree-synexpr.html) that capture the shapes in the Elmish DSL. +There are two active patterns for [SynExpr](https://fsharp.github.io/fsharp-compiler-docs/reference/fsharp-compiler-syntax-synexpr.html) that capture the shapes in the Elmish DSL. See [SourceParser](../src/Fantomas/SourceParser.fs#:~:text=elmishreactwithoutchildren):