From 86045d241cb3f4cff01487e5f39354f169e0cb33 Mon Sep 17 00:00:00 2001 From: Rafael Camara Date: Tue, 3 Dec 2024 18:30:33 +0100 Subject: [PATCH] docs: fix path for getting started documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d0710e..e3f7de40 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Getting Started -Instantly get started by installing the Dapr JS SDK and reading the [getting started documentation](https://docs.dapr.io/developing-applications/sdks/js) or [follow one of the quickstarts](https://github.com/dapr/quickstarts) +Instantly get started by installing the Dapr JS SDK and reading the [getting started documentation](https://docs.dapr.io/developing-applications/sdks/js/) or [follow one of the quickstarts](https://github.com/dapr/quickstarts) ``` npm install --save @dapr/dapr