From ef36c4401f41bb76b139aac59e42b37e98701dd0 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sat, 15 Jan 2022 09:32:31 -0500 Subject: [PATCH 1/3] Use a local link for FCS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518969e338..110954c290 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Follow us on Twitter!](https://twitter.com/FableCompiler) -Fable is an F# to JavaScript compiler powered by [FSharp Compiler Services](https://fsharp.github.io/FSharp.Compiler.Service/), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! +Fable is an F# to JavaScript compiler powered by [FSharp Compiler Services](/lib/fcs), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! ## Getting started From 36d37059fee879888c2e6042b3f6daca7719752a Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sat, 15 Jan 2022 12:15:35 -0500 Subject: [PATCH 2/3] Link to the fcs docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110954c290..75ff55c1b9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Follow us on Twitter!](https://twitter.com/FableCompiler) -Fable is an F# to JavaScript compiler powered by [FSharp Compiler Services](/lib/fcs), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! +Fable is an F# to JavaScript compiler powered by [FSharp Compiler Services](https://fsharp.github.io/fsharp-compiler-docs/fcs/), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! ## Getting started From 91bc7150976a4493764fd9fcbec1f3db8fe35c0d Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sat, 15 Jan 2022 12:20:15 -0500 Subject: [PATCH 3/3] Link to the fork. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ff55c1b9..e0dfa29f4c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Follow us on Twitter!](https://twitter.com/FableCompiler) -Fable is an F# to JavaScript compiler powered by [FSharp Compiler Services](https://fsharp.github.io/fsharp-compiler-docs/fcs/), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! +Fable is an F# to JavaScript compiler powered by a [fork](/lib/fcs) of [FSharp Compiler Services](https://fsharp.github.io/fsharp-compiler-docs/fcs/), designed to make F# a first-class citizen of the JavaScript ecosystem. [Check the website](http://fable.io) for more information and if you find the project useful, don't forget to give us a star! ## Getting started