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
This commit is contained in:
Sean McGivern 2017-04-20 12:26:57 +00:00
commit f99cc765c7
1 changed files with 3 additions and 1 deletions

View File

@ -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