summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2019-09-09 00:11:05 +0000
committerEvan Read <eread@gitlab.com>2019-09-09 00:11:05 +0000
commitba96a049bf4eeba38f29d868146d365b330d360b (patch)
tree481641f0496cfb718f9feaedb921286c01e02144
parent54dc781a502111bda4810e528d8ef5ab49504eb9 (diff)
downloadgitlab-ce-ba96a049bf4eeba38f29d868146d365b330d360b.tar.gz
Fix issue causing linting test failures
-rw-r--r--doc/administration/integration/plantuml.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md
index 93803793ae6..318711fd281 100644
--- a/doc/administration/integration/plantuml.md
+++ b/doc/administration/integration/plantuml.md
@@ -57,8 +57,8 @@ you can change these defaults by editing the `/etc/tomcat7/server.xml` file.
### Making local PlantUML accessible using custom GitLab setup
The PlantUML server runs locally on your server, so it is not accessible
-externally. As such, it is necessary to catch external PlantUML calls and
-redirect them to the local server.
+externally. As such, it is necessary to catch external PlantUML calls and
+redirect them to the local server.
The idea is to redirect each call to `https://gitlab.example.com/-/plantuml/`
to the local PlantUML server `http://localhost:8080/plantuml`.