summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-04-20 12:26:57 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-04-20 12:26:57 +0000
commitf99cc765c7cc20372e2c1c915c40e4a71a1dca15 (patch)
treee6a87dd99e2d90dd80c57e11611d201eede4959c
parenteb3375542621a32806a75cb35ded838b8540ace6 (diff)
parent4a9f9b07552dbd135285d9c5d82bdf3c724f81fd (diff)
downloadgitlab-ce-f99cc765c7cc20372e2c1c915c40e4a71a1dca15.tar.gz
Merge branch '31154-fix-plantuml-link-in-documentation' into 'master'
Update plantuml.md to fix wrong introduced in link. Closes #31154 See merge request !10806
-rw-r--r--doc/administration/integration/plantuml.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md
index 6515b1a264a..5c856835039 100644
--- a/doc/administration/integration/plantuml.md
+++ b/doc/administration/integration/plantuml.md
@@ -1,6 +1,6 @@
# PlantUML & GitLab
-> [Introduced][ce-7810] in GitLab 8.16.
+> [Introduced][ce-8537] in GitLab 8.16.
When [PlantUML](http://plantuml.com) integration is enabled and configured in
GitLab we are able to create simple diagrams in AsciiDoc and Markdown documents
@@ -93,3 +93,5 @@ Some parameters can be added to the AsciiDoc block definition:
- *height*: Height attribute added to the img tag.
Markdown does not support any parameters and will always use PNG format.
+
+[ce-8537]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8537 \ No newline at end of file