Skip to content

Commit 6bfd229

Browse files
authored
Update Fable REPL urls (#947)
The version of the REPL at /repl3 no longer works.
1 parent 78bab06 commit 6bfd229

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

use/browser/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ computer. It includes example code for many of F#'s basic features.
1111

1212
<br />
1313

14-
### Option 2: [Try Fable in the REPL](https://fable.io/repl3/)
14+
### Option 2: [Try Fable in the REPL](https://fable.io/repl/)
1515

16-
![logo](../../images/thumbs/fable.png)&nbsp;[Try Fable in the REPL](https://fable.io/repl3/). Fable is a compiler powered by Babel that makes F# a first-class citizen of the JavaScript ecosystem.
16+
![logo](../../images/thumbs/fable.png)&nbsp;[Try Fable in the REPL](https://fable.io/repl/). Fable is a compiler powered by Babel that makes F# a first-class citizen of the JavaScript ecosystem.
1717

1818
<br />
1919

use/web-apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ not only web apps but also [node.js](https://nodejs.org/en/), desktop with [Elec
1616
or mobile with [React native](https://facebook.github.io/react-native/).
1717

1818
* [Getting Started](https://fable.io/docs/2-steps/setup.html)
19-
* [Try Online](http://fable.io/repl3)
19+
* [Try Online](http://fable.io/repl)
2020
* [Docs](http://fable.io/docs/)
2121

2222
<br />

0 commit comments

Comments
 (0)