From a693e519dbdc5aee5b9ae1945c6ba83daea11f48 Mon Sep 17 00:00:00 2001 From: dawe Date: Thu, 26 Oct 2023 17:59:25 +0200 Subject: [PATCH] link to starters for users and authors --- docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 758b975..582bdeb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,9 +20,13 @@ dotnet run --project src\FSharp.Analyzers.Cli\FSharp.Analyzers.Cli.fsproj -- --p You can also set up a run configuration of FSharp.Analyzers.Cli in your favorite IDE using similar arguments. This also allows you to debug FSharp.Analyzers.Cli. +## Using Analyzers + +Checkout our [Getting Started](https://ionide.io/FSharp.Analyzers.SDK/content/Getting%20Started.html) guide for analyzer users! + ## Writing Analyzers -Checkout our [Getting Started](content/Getting%20Started.html) guide! +Checkout our [Getting Started](https://ionide.io/FSharp.Analyzers.SDK/content/Getting%20Started%20Writing.html) guide for analyzer authors! ## How to contribute