From 791f7a7acac68abc21627841865af83cbc9bdc64 Mon Sep 17 00:00:00 2001 From: "Richard Shea (NEC)" <112144871+shearichard-nec@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:49:02 +1300 Subject: [PATCH] fix: broken link to tutorials within in the set-up/index.md document. (#153) Signed-off-by: Richard Shea richard.shea@nec.co.nz Co-authored-by: Berend Sliedrecht <61358536+berendsliedrecht@users.noreply.github.com> --- guides/getting-started/set-up/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting-started/set-up/index.md b/guides/getting-started/set-up/index.md index a29a5358..bf1ce391 100644 --- a/guides/getting-started/set-up/index.md +++ b/guides/getting-started/set-up/index.md @@ -107,7 +107,7 @@ Not supported at the moment. NPM overrides work different than Yarn resolutions, In order to use the agent in the application we have to configure and initialize it. This following configuration is quite generic and possibly not enough for your specific use cases. Please refer to the -[tutorials](../tutorials/index) for a more use-case-specific agent setup. +[tutorials](../tutorials) for a more use-case-specific agent setup.