summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-01-23 16:33:40 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-01-23 16:33:40 +0000
commitcec68cb709384e73ea94792d86b5e6771e4345bc (patch)
tree07bcc5f3e78515d5de9e898e4df895b534b882a2
parent8ae38ca2b7fdfd6d044fa86f05b611c88b7b27dc (diff)
parentfdac9ebdcfd04867c79b963459a2c5bd48cfe24e (diff)
downloadgitlab-ce-cec68cb709384e73ea94792d86b5e6771e4345bc.tar.gz
Merge branch 'docs/fix-broken-link' into 'master'
Fix broken docs link Closes #56754 See merge request gitlab-org/gitlab-ce!24611
-rw-r--r--doc/user/project/integrations/slack.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/integrations/slack.md b/doc/user/project/integrations/slack.md
index f0f5bcfa633..bb8d276c2fc 100644
--- a/doc/user/project/integrations/slack.md
+++ b/doc/user/project/integrations/slack.md
@@ -28,13 +28,13 @@ Your Slack team will now start receiving GitLab event notifications as configure
## Troubleshooting
If you're having trouble with the Slack integration not working, then start by
-searching through the [Sidekiq logs](/doc/administration/logs.md#sidekiqlog)
+searching through the [Sidekiq logs](../../../administration/logs.md#sidekiqlog)
for errors relating to your Slack service.
### Something went wrong on our end
This is a generic error shown in the GitLab UI and doesn't mean much by itself.
-You'll need to look in [the logs](/doc/administration/logs.md#productionlog) to find
+You'll need to look in [the logs](../../../administration/logs.md#productionlog) to find
an error message and keep troubleshooting from there.
### `certificate verify failed`
@@ -73,4 +73,4 @@ need to [add your certificate to GitLab's trusted certificates](https://docs.git
If it's an issue with GitLab not trusting connections to Slack, then the GitLab
OpenSSL trust store probably got messed up somehow. Typically this is from overriding
the trust store with `gitlab_rails['env'] = {"SSL_CERT_FILE" => "/path/to/file.pem"}`
-or by accidentally modifying the default CA bundle `/opt/gitlab/embedded/ssl/certs/cacert.pem`. \ No newline at end of file
+or by accidentally modifying the default CA bundle `/opt/gitlab/embedded/ssl/certs/cacert.pem`.