Skip to content

Commit 43e159e

Browse files
authored
Update tour.md due to "Try F# in Fable" link leads to a non-functioning playground (#36388)
Changed the link to direct users to the working playground as shown in fable.io homepage
1 parent df167bc commit 43e159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are two primary concepts in F#: functions and types. This tour emphasizes
1111

1212
## Executing the code online
1313

14-
If you don't have F# installed on your machine, you can execute all of the samples in your browser with [Try F# in Fable](https://fable.io/repl3/). Fable is a dialect of F# that executes directly in your browser. To view the samples that follow in the REPL, check out **Samples > Learn > Tour of F#** in the left-hand menu bar of the Fable REPL.
14+
If you don't have F# installed on your machine, you can execute all of the samples in your browser with [Try F# in Fable](https://fable.io/repl/). Fable is a dialect of F# that executes directly in your browser. To view the samples that follow in the REPL, check out **Samples > Learn > Tour of F#** in the left-hand menu bar of the Fable REPL.
1515

1616
## Functions and Modules
1717

0 commit comments

Comments
 (0)