Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gitlab.com>2021-09-01 01:06:34 +0300
committerMike Kozono <mkozono@gitlab.com>2021-09-01 20:22:57 +0300
commitbc3b1dfabbbab5effe3d233eae192e605fb391f3 (patch)
tree7870acce0f8a375672512a258c7b5de5925c23ee /doc
parent29410749d7c0cf68d373d4c324f41a47d7101ce5 (diff)
docs: Fix broken link to GDK docs
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development.md b/doc/development.md
index 4d12ed66..f7bee2e4 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -1,6 +1,6 @@
# Getting started with development
-If you want to develop GitLab Pages with the GDK, follow [these instructions](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/pages.md).
+If you want to develop GitLab Pages with the GDK, follow [these instructions](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/pages.md).
You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repo.