diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-05 08:59:03 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-05 08:59:03 +0000 |
commit | b86f8e7ec0d3fd732b1d2aad98d2491a4a71a282 (patch) | |
tree | 126f5c75ac30575969f01b5fbc8dde4d100b8b1d | |
parent | cc3ac0972f438f5fd5235ee58466cff67a306b56 (diff) | |
download | gitlab-ce-b86f8e7ec0d3fd732b1d2aad98d2491a4a71a282.tar.gz |
Change serveo link as it often goes down
-rw-r--r-- | doc/development/integrations/jira_connect.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/development/integrations/jira_connect.md b/doc/development/integrations/jira_connect.md index e1350b02262..9ac87a17232 100644 --- a/doc/development/integrations/jira_connect.md +++ b/doc/development/integrations/jira_connect.md @@ -10,8 +10,10 @@ The following are required to install and test the app: For the app to work, Jira Cloud should be able to connect to the GitLab instance through the internet. - To easily expose your local development environment, you can use tools like [serveo](https://serveo.net) or [ngrok](https://ngrok.com). - These also take care of SSL for you because Jira requires all connections to the app host to be over SSL. + To easily expose your local development environment, you can use tools like + [serveo](https://medium.com/@osanda.deshan/how-to-forward-my-local-port-to-public-using-serveo-4979f352a3bf) + or [ngrok](https://ngrok.com). These also take care of SSL for you because Jira + requires all connections to the app host to be over SSL. > This feature is currently behind the `:jira_connect_app` feature flag |