summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 11:14:56 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 11:14:56 +0300
commit5c69022c6f19b0194207d1d2863c8852022123ca (patch)
treed9c029b535510dbf4dd8b1e1c9f1f3abba1aae8a /doc
parent68b89142aa6a55314ba6d6a62b9efe776b13ff07 (diff)
parent78897ee2d2ecb6db40139ed3af1b591d96f59387 (diff)
downloadgitlab-ce-5c69022c6f19b0194207d1d2863c8852022123ca.tar.gz
Merge pull request #6959 from dtan4/fix-dead-links
Fix dead links in ruby.md
Diffstat (limited to 'doc')
-rw-r--r--doc/update/ruby.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/ruby.md b/doc/update/ruby.md
index 9d0cafb3f05..e98167f6b66 100644
--- a/doc/update/ruby.md
+++ b/doc/update/ruby.md
@@ -1,6 +1,6 @@
# Updating Ruby from source
-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 .
+This guide explains how to update Ruby in case you installed it from source according to the [instructions](../install/installation.md#2-ruby).
### 1. Look for Ruby versions
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
```
### 5. Reinstall GitLab gem bundle
-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).
+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).
```bash
cd /home/git/gitlab