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:
authorMarcel Amirault <mamirault@gitlab.com>2020-02-28 03:10:54 +0300
committerEvan Read <eread@gitlab.com>2020-02-28 03:10:54 +0300
commit4431aea7fee728159debb70c9e2f1798caf5fae9 (patch)
tree09a8b3cc68179b422c04ab3e656cdaf01155cd8b /content/index.erb
parente6d8e7aa2fdf477781592633583de647acf6718e (diff)
Make main page links relative
Diffstat (limited to 'content/index.erb')
-rw-r--r--content/index.erb13
1 files changed, 7 insertions, 6 deletions
diff --git a/content/index.erb b/content/index.erb
index 91a057e4..12678419 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -40,24 +40,25 @@ title: GitLab Documentation
</div>
<div class="popular-topics">
<h1>Most popular topics</h1>
- <div class="topics-container flex-container">
- <a class="topic" href="https://docs.gitlab.com/ee/user/project/import/index.html">
+ <div class="topics-container flex-container">
+ <!-- The links below are relative to `/ee` for local preview support -->
+ <a class="topic" href="/ee/user/project/import/index.html">
<h4>Moving to GitLab</h4>
<p>Learn how to migrate your projects to GitLab.com or your own GitLab instance</p>
</a>
- <a class="topic" href="https://docs.gitlab.com/ee/ci/yaml/README.html">
+ <a class="topic" href="/ee/ci/yaml/README.html">
<h4>CI/CD YAML reference</h4>
<p>Learn how to configure gitlab-ci.yml for your project</p>
</a>
- <a class="topic" href="https://docs.gitlab.com/ee/api/README.html">
+ <a class="topic" href="/ee/api/README.html">
<h4>API</h4>
<p>Automate GitLab via a simple and powerful API</p>
</a>
- <a class="topic" href="https://docs.gitlab.com/ee/ssh/README.html">
+ <a class="topic" href="/ee/ssh/README.html">
<h4>SSH</h4>
<p>Learn how to create an SSH key pair and configure GitLab to authenticate via SSH from your local computer</p>
</a>
- <a class="topic" href="https://docs.gitlab.com/ee/user/gitlab_com/index.html">
+ <a class="topic" href="/ee/user/gitlab_com/index.html">
<h4>GitLab.com Settings</h4>
<p>Information about the settings that are used on GitLab.com, like SSH keys fingerprints, shared Runners configuration, etc.</p>
</a>