diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
commit | 7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch) | |
tree | 57c5d31876ba50c1674736493f58d9ab4e59474b /doc/bitbucket-webhooks.markdown | |
parent | 5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff) |
Fix typo in documentation
Diffstat (limited to 'doc/bitbucket-webhooks.markdown')
-rw-r--r-- | doc/bitbucket-webhooks.markdown | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/bitbucket-webhooks.markdown b/doc/bitbucket-webhooks.markdown index 7f59aa11..925615fa 100644 --- a/doc/bitbucket-webhooks.markdown +++ b/doc/bitbucket-webhooks.markdown @@ -28,9 +28,9 @@ Configuration ![Bitbucket configuration](http://kanboard.net/screenshots/documentation/bitbucket-webhooks.png) 1. On Kanboard, go to the project settings and choose the section **Integrations** -2. Copy the Bitbucket webhook url +2. Copy the Bitbucket webhook URL 3. On Bitbucket, go to the project settings and go to the section **Webhooks** -4. Choose a title for your webhook and paste the Kanboard url +4. Choose a title for your webhook and paste the Kanboard URL Examples -------- @@ -38,7 +38,7 @@ Examples ### Close a Kanboard task when a commit pushed to Bitbucket - Choose the event: **Bitbucket commit received** -- Choose the action: **Close the task** +- Choose action: **Close the task** When one or more commits are sent to Bitbucket, Kanboard will receive the information, each commit message with a task number included will be closed. @@ -50,6 +50,6 @@ Example: ### Add comment when a commit received - Choose the event: **Bitbucket commit received** -- Choose the action: **Create a comment from an external provider** +- Choose action: **Create a comment from an external provider** -The comment will contains the commit message and the url to the commit. +The comment will contain the commit message and the URL to the commit. |