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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--nanoc.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d0fe9e1..926cf55f 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ There are currently 5 products that are pulled and generate the docs website:
- [GitLab Community Edition](https://gitlab.com/gitlab-org/gitlab-ce)
- [Omnibus GitLab](https://gitlab.com/gitlab-org/omnibus-gitlab)
- [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner)
-- [GitLab Chart](https://gitlab.com/charts/gitlab)
+- [GitLab Chart](https://gitlab.com/gitlab-org/charts/gitlab)
**Note:**
Although GitLab Community Edition is generated, it is hidden from the website
@@ -184,7 +184,7 @@ Then, it's time to clone the needed repositories.
git clone git@gitlab.com:gitlab-org/gitlab-ee.git
git clone git@gitlab.com:gitlab-org/gitlab-runner.git
git clone git@gitlab.com:gitlab-org/omnibus-gitlab.git
- git clone git@gitlab.com:charts/gitlab.git charts
+ git clone git@gitlab.com:gitlab-org/charts/gitlab.git charts
```
### Create the content symlinks
diff --git a/nanoc.yaml b/nanoc.yaml
index d3bc8681..278e2c2e 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -186,7 +186,7 @@ products:
index_file: 'index.*'
img: '/assets/images/docs-gitlab.svg'
description: 'Deploy GitLab to Kubernetes using the GitLab Helm Charts.'
- repo: 'https://gitlab.com/charts/gitlab.git'
+ repo: 'https://gitlab.com/gitlab-org/charts/gitlab.git'
dirs:
temp_dir: 'tmp/charts/'
dest_dir: 'content/charts'