Skip to content

Commit

Permalink
Fix FSharp compiler docs link (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
saerosV committed Feb 11, 2022
1 parent c9e405b commit c78dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Formatting-Elmish-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit c78dbda

Please sign in to comment.