From 1594a3e103f3bafed54406627110e57c89c92d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=BCttner?= Date: Tue, 26 Mar 2024 22:25:01 +0100 Subject: [PATCH] docs(core): fix broken link in NPM Workspace Tutorial (#22505) --- docs/shared/tutorials/npm-workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/tutorials/npm-workspaces.md b/docs/shared/tutorials/npm-workspaces.md index a2294455c1..56d53c7b18 100644 --- a/docs/shared/tutorials/npm-workspaces.md +++ b/docs/shared/tutorials/npm-workspaces.md @@ -20,7 +20,7 @@ Here's the source code of the final result for this tutorial. ## Starting Repository -To get started, check out [the sample repository](https://github.com/nrwl/tuskydesigns) on your local machine: +To get started, check out [the sample repository](https://github.com/nrwl/tuskydesign) on your local machine: ```shell git clone https://github.com/nrwl/tuskydesign.git