From 8bfb0b55e6ee888f954dc156afa37d03aa7754c9 Mon Sep 17 00:00:00 2001 From: Oksana Kohuch <oksanakohuch-ext@gitlab.com> Date: Thu, 10 Aug 2023 14:43:28 +0000 Subject: [PATCH] Updated a link for the GDK troubleshooting docs --- doc/development/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md index b929a5c0f04bb..d2063a6836d1f 100644 --- a/doc/development/contributing/index.md +++ b/doc/development/contributing/index.md @@ -54,7 +54,7 @@ To write and test your code, you will use the GitLab Development Kit. - To run the development environment locally, download and set up the [GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit). See the [GDK README](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/README.md) for setup instructions - and [Troubleshooting](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/troubleshooting.md) if you get stuck. + and [Troubleshooting](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/troubleshooting/index.md) if you get stuck. - GDK is heavy. If you need to build something fast, by trial and error, consider doing so with an empty rails app and port it to GDK after. -- GitLab