Commit 5d95fc67262adba75c0227f7e200d820848c9ca5

Authored by Sytse Sijbrandij
1 parent 95af7123

Link in code sections do not work.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
@@ -158,7 +158,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da @@ -158,7 +158,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
158 # Make sure to change "localhost" to the fully-qualified domain name of your 158 # Make sure to change "localhost" to the fully-qualified domain name of your
159 # host serving GitLab where necessary 159 # host serving GitLab where necessary
160 # 160 #
161 - # If you want to use https make sure that you set `https` to `true`. See [Using HTTPS](#using-https) for all necessary details. 161 + # If you want to use https make sure that you set `https` to `true`. See #using-https for all necessary details.
162 # 162 #
163 # If you installed Git from source, change the git bin_path to /usr/local/bin/git 163 # If you installed Git from source, change the git bin_path to /usr/local/bin/git
164 sudo -u git -H editor config/gitlab.yml 164 sudo -u git -H editor config/gitlab.yml
@@ -246,7 +246,7 @@ GitLab Shell is an ssh access and repository management software developed speci @@ -246,7 +246,7 @@ GitLab Shell is an ssh access and repository management software developed speci
246 # - Provide paths to the certificates under `ca_file` and `ca_path options. 246 # - Provide paths to the certificates under `ca_file` and `ca_path options.
247 # - The `gitlab_url` option must point to the https endpoint of GitLab. 247 # - The `gitlab_url` option must point to the https endpoint of GitLab.
248 # - In case you are using self signed certificate set `self_signed_cert` to `true`. 248 # - In case you are using self signed certificate set `self_signed_cert` to `true`.
249 - # See [Using HTTPS](#using-https) for all necessary details. 249 + # See #using-https for all necessary details.
250 # 250 #
251 # You can review (and modify) the gitlab-shell config as follows: 251 # You can review (and modify) the gitlab-shell config as follows:
252 sudo -u git -H editor /home/git/gitlab-shell/config.yml 252 sudo -u git -H editor /home/git/gitlab-shell/config.yml