diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-08 00:41:33 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-08 00:41:33 +0000 |
commit | 518e2b81e38b96d6afa508b39e30dc40f1b4b6c0 (patch) | |
tree | 2cee8313a2f4c7133b924600daa4672bbc4c36e1 /doc/administration/integration/plantuml.md | |
parent | b102e24aea9d913924c927cc54ec3519ded246ca (diff) | |
download | gitlab-ce-518e2b81e38b96d6afa508b39e30dc40f1b4b6c0.tar.gz |
Update redirected links in CE part 1
First MR in a series updating all redirected links
in CE documentation to the destination URLs
Diffstat (limited to 'doc/administration/integration/plantuml.md')
-rw-r--r-- | doc/administration/integration/plantuml.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md index 82e0c14ffc2..8de7b0bc57e 100644 --- a/doc/administration/integration/plantuml.md +++ b/doc/administration/integration/plantuml.md @@ -94,7 +94,7 @@ our AsciiDoc snippets, wikis and repos using delimited blocks: Alice -> Bob: Go Away ``` - You can also use the `uml::` directive for compatibility with [sphinxcontrib-plantuml](https://pypi.python.org/pypi/sphinxcontrib-plantuml), but please note that we currently only support the `caption` option. + You can also use the `uml::` directive for compatibility with [sphinxcontrib-plantuml](https://pypi.org/project/sphinxcontrib-plantuml/), but please note that we currently only support the `caption` option. The above blocks will be converted to an HTML img tag with source pointing to the PlantUML instance. If the PlantUML server is correctly configured, this should |