summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2019-09-19 01:30:42 +0530
committerGitHub <noreply@github.com>2019-09-19 01:30:42 +0530
commit3a852a9a627c3bb627c840e040f739446f4abe4b (patch)
tree5af97cab11441c482de93932ea507c142fd5480d
parentaa7020998b49df2110840cf62085c08256312126 (diff)
parentaaea037ba47492d0b4f475eb3b5986930081a812 (diff)
Merge pull request #3623 from fighou/patch-1
Update fsharp.html.markdown
-rw-r--r--fsharp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsharp.html.markdown b/fsharp.html.markdown
index 24044d76..064a9fdd 100644
--- a/fsharp.html.markdown
+++ b/fsharp.html.markdown
@@ -14,7 +14,7 @@ The syntax of F# is different from C-style languages:
* Curly braces are not used to delimit blocks of code. Instead, indentation is used (like Python).
* Whitespace is used to separate parameters rather than commas.
-If you want to try out the code below, you can go to [tryfsharp.org](http://www.tryfsharp.org/Create) and paste it into an interactive REPL.
+If you want to try out the code below, you can go to [https://try.fsharp.org](https://try.fsharp.org) and paste it into an interactive REPL.
```csharp