summaryrefslogtreecommitdiff
path: root/doc/development/integrations
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-12 08:09:23 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-12 08:09:23 +0000
commitc6f943db44ea7f5d3da4e9b638ccba1c09b501cf (patch)
treeae3261828120183f685f6f86b75726e18fa5779b /doc/development/integrations
parentd9036acd7d66abcb07ad72887c396b7733553857 (diff)
downloadgitlab-ce-c6f943db44ea7f5d3da4e9b638ccba1c09b501cf.tar.gz
Add blank lines around code blocks
All code blocks should be surrounded by blank lines
Diffstat (limited to 'doc/development/integrations')
-rw-r--r--doc/development/integrations/jira_connect.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/integrations/jira_connect.md b/doc/development/integrations/jira_connect.md
index 9ba3b922fd8..e1350b02262 100644
--- a/doc/development/integrations/jira_connect.md
+++ b/doc/development/integrations/jira_connect.md
@@ -30,9 +30,11 @@ The following are required to install and test the app:
1. In the **From this URL** field, provide a link to the app descriptor. The host and port must point to your GitLab instance.
For example:
+
```
https://xxxx.serveo.net/-/jira_connect/app_descriptor.json
```
+
1. Click **Upload**.
If the install was successful, you should see the **GitLab for Jira** app under **Manage apps**.