Commit 78897ee2d2ecb6db40139ed3af1b591d96f59387
1 parent
8b9b34f8
Exists in
spb-stable
and in
2 other branches
Fix dead links in ruby.md
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/update/ruby.md
1 | # Updating Ruby from source | 1 | # Updating Ruby from source |
2 | 2 | ||
3 | -This guide explains how to update Ruby in case you installed it from source according to the instructions in https://gitlab.com/gitlab-org/gitlab-ce/blob/masterdoc/install/installation.md#2-ruby . | 3 | +This guide explains how to update Ruby in case you installed it from source according to the [instructions](../install/installation.md#2-ruby). |
4 | 4 | ||
5 | ### 1. Look for Ruby versions | 5 | ### 1. Look for Ruby versions |
6 | This guide will only update `/usr/local/bin/ruby`. You can see which Ruby binaries are installed on your system by running: | 6 | This guide will only update `/usr/local/bin/ruby`. You can see which Ruby binaries are installed on your system by running: |
@@ -36,7 +36,7 @@ sudo gem install bundler | @@ -36,7 +36,7 @@ sudo gem install bundler | ||
36 | ``` | 36 | ``` |
37 | 37 | ||
38 | ### 5. Reinstall GitLab gem bundle | 38 | ### 5. Reinstall GitLab gem bundle |
39 | -Just to be sure we will reinstall the gems used by GitLab. Note that the `bundle install` command [depends on your choice of database](https://gitlab.com/gitlab-org/gitlab-ce/blob/masterdoc/install/installation.md#install-gems). | 39 | +Just to be sure we will reinstall the gems used by GitLab. Note that the `bundle install` command [depends on your choice of database](../install/installation.md#install-gems). |
40 | 40 | ||
41 | ```bash | 41 | ```bash |
42 | cd /home/git/gitlab | 42 | cd /home/git/gitlab |