From 075735a42cea67a1f723027bc49bd5e535ee4b6d Mon Sep 17 00:00:00 2001 From: Guilherme Marz Vazzolla <53506039+saerosV@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:47:48 -0300 Subject: [PATCH] Fix SynExpr.DotGet expression link --- docs/Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Documentation.md b/docs/Documentation.md index 3dbf17e442..68290ea6e8 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -799,7 +799,7 @@ type Triangle() = ### fsharp_max_dot_get_expression_width -Control the maximum width for which (nested) [SynExpr.DotGet](https://fsharp.github.io/FSharp.Compiler.Service/reference/fsharp-compiler-syntaxtree-synexpr.html) expressions should be in one line. +Control the maximum width for which (nested) [SynExpr.DotGet](https://fsharp.github.io/fsharp-compiler-docs/reference/fsharp-compiler-syntax-synexpr.html#DotGet) expressions should be in one line. Default = 50. `defaultConfig` @@ -1293,4 +1293,4 @@ By default, Fantomas adheres to the Microsoft [F# code formatting guidelines](ht If these change, Fantomas will follow accordingly. Due to this reason, the output cannot be guaranteed to remain the same when upgrading to a new minor version. If you are using Git for your source control, it is recommended to ignore commits where `fantomas-tool` was updated using a [.git-blame-ignore-revs file](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revltrevgt). -Check out this [blogpost](https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame) for more details. \ No newline at end of file +Check out this [blogpost](https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame) for more details.