From 186e5d69a23df605424d7c8a6587f0883548d95e Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:10:47 +0200 Subject: [PATCH] Update README.md --- src/Umbraco.Web.UI.Client/.github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.github/README.md b/src/Umbraco.Web.UI.Client/.github/README.md index fddf17bac0..3de9fa4023 100644 --- a/src/Umbraco.Web.UI.Client/.github/README.md +++ b/src/Umbraco.Web.UI.Client/.github/README.md @@ -30,7 +30,7 @@ The development environment is the default environment and is used when running ### Run against a local Umbraco instance > **Note** -> Make sure you have followed the [Authentication guide](./docs/authentication.md) before continuing. +> Make sure you have followed the [Authentication guide](../docs/authentication.md) before continuing. If you have a local Umbraco instance running, you can use the development environment to run against it by overriding the API URL and bypassing the mock-service-worker in the frontend client.