Commit 4c0a05cf authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'correct-slack-app-landing-docs-path' into 'master'

Correct add_to_slack_data docs_path for gitlab slack application landing

See merge request gitlab-org/gitlab-ee!3465
parents 9ffe5b4c 0deef565
...@@ -13,7 +13,7 @@ module EE ...@@ -13,7 +13,7 @@ module EE
gitlab_for_slack_gif_path: image_path('gitlab_for_slack.gif'), gitlab_for_slack_gif_path: image_path('gitlab_for_slack.gif'),
gitlab_logo_path: image_path('illustrations/gitlab_logo.svg'), gitlab_logo_path: image_path('illustrations/gitlab_logo.svg'),
slack_logo_path: image_path('illustrations/slack_logo.svg'), slack_logo_path: image_path('illustrations/slack_logo.svg'),
docs_path: help_page_path('integration/slash_commands.md') docs_path: help_page_path('user/project/integrations/gitlab_slack_application.md')
}.to_json.html_safe }.to_json.html_safe
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment