From bb1affdbbd403a71b202b35606554b20d5b5229a Mon Sep 17 00:00:00 2001 From: Sascha Reynolds Date: Wed, 19 Apr 2017 15:02:37 +0000 Subject: Update plantuml.md to fix wrong introduced in link. --- doc/administration/integration/plantuml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md index 6515b1a264a..867a4f79975 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 -- cgit v1.2.3 From 4a9f9b07552dbd135285d9c5d82bdf3c724f81fd Mon Sep 17 00:00:00 2001 From: Sascha Reynolds Date: Thu, 20 Apr 2017 11:11:19 +0000 Subject: Update plantuml.md to add the actual link. --- doc/administration/integration/plantuml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md index 867a4f79975..5c856835039 100644 --- a/doc/administration/integration/plantuml.md +++ b/doc/administration/integration/plantuml.md @@ -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 -- cgit v1.2.3