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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-10 16:45:03 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-06-10 16:45:03 +0400
commit5d95fc67262adba75c0227f7e200d820848c9ca5 (patch)
treea64ef2823b32bad17529bc7a41066cb235a26a77 /doc
parent95af7123bbe229f0e0c713de7271d668de105bd0 (diff)
Link in code sections do not work.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index d178143a68d..ed54b41e619 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -158,7 +158,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
# Make sure to change "localhost" to the fully-qualified domain name of your
# host serving GitLab where necessary
#
- # If you want to use https make sure that you set `https` to `true`. See [Using HTTPS](#using-https) for all necessary details.
+ # If you want to use https make sure that you set `https` to `true`. See #using-https for all necessary details.
#
# If you installed Git from source, change the git bin_path to /usr/local/bin/git
sudo -u git -H editor config/gitlab.yml
@@ -246,7 +246,7 @@ GitLab Shell is an ssh access and repository management software developed speci
# - Provide paths to the certificates under `ca_file` and `ca_path options.
# - The `gitlab_url` option must point to the https endpoint of GitLab.
# - In case you are using self signed certificate set `self_signed_cert` to `true`.
- # See [Using HTTPS](#using-https) for all necessary details.
+ # See #using-https for all necessary details.
#
# You can review (and modify) the gitlab-shell config as follows:
sudo -u git -H editor /home/git/gitlab-shell/config.yml