summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock5
-rw-r--r--doc/markdown/markdown.md2
2 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e913d7ae9f6..a4a0762bdd8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -886,7 +886,7 @@ DEPENDENCIES
rerun (~> 0.10.0)
rqrcode-rails3 (~> 0.1.7)
rspec-rails (~> 3.3.0)
- rubocop (= 0.28.0)
+ rubocop (~> 0.28.0)
ruby-fogbugz (~> 0.2.1)
sanitize (~> 2.0)
sass-rails (~> 4.0.5)
@@ -928,3 +928,6 @@ DEPENDENCIES
webmock (~> 1.21.0)
whenever (~> 0.8.4)
wikicloth (= 0.8.1)
+
+BUNDLED WITH
+ 1.10.6
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 322111ae9e1..6fdb2fe1491 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -413,7 +413,7 @@ Some text to show that the reference links can follow later.
Relative links do not allow referencing project files in a wiki page or wiki page in a project file. The reason for this is that, in GitLab, wiki is always a separate git repository. For example:
-`[I'm a reference-style link][style]`
+`[I'm a reference-style link](style)`
will point the link to `wikis/style` when the link is inside of a wiki markdown file.