diff options
author | Yuri Vendruscolo da Silveira <yvendruscolo@gmail.com> | 2020-08-09 02:52:13 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 22:52:13 -0700 |
commit | 6f9f3e84ff8e9005f03edbbaac97a5e0b2719ca8 (patch) | |
tree | 6ac043cbe549d9e0c87c4ea9967e9a191c2dd0f9 | |
parent | 83cba60e35fef735ddaa4ea382b11d9d0dc05ef6 (diff) |
[F#/en] Fsharp dugnad 15 07 2020 (#3973)
* remove broken link
* add relevant documentation link
-rw-r--r-- | fsharp.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fsharp.html.markdown b/fsharp.html.markdown index 064a9fdd..c140d6b1 100644 --- a/fsharp.html.markdown +++ b/fsharp.html.markdown @@ -633,6 +633,6 @@ module NetCompatibilityExamples = ## More Information -For more demonstrations of F#, go to the [Try F#](http://www.tryfsharp.org/Learn) site, or my [why use F#](http://fsharpforfunandprofit.com/why-use-fsharp/) series. +For more demonstrations of F#, go to my [why use F#](http://fsharpforfunandprofit.com/why-use-fsharp/) series. -Read more about F# at [fsharp.org](http://fsharp.org/). +Read more about F# at [fsharp.org](http://fsharp.org/) and [dotnet's F# page](https://dotnet.microsoft.com/languages/fsharp). |