Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 620b928

Browse files
committed
Correctin link to pull request events
1 parent eed1e5b commit 620b928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Pull Request Notifier for Bitbucket can:
2020
* Invoke any URL, or set of URL:s, when a pull request event happens.
2121
* With variables available to add necessary parameters.
2222
* HTTP POST, PUT, GET and DELETE. POST and PUT also supports rendered post content.
23-
* Be configured to trigger on any [pull request event](https://developer.atlassian.com/static/javadoc/bitbucket/4.0.0/api/reference/com/atlassian/bitbucket/event/pull/package-summary.html). Including extended events:
23+
* Be configured to trigger on any [pull request event](https://developer.atlassian.com/static/javadoc/stash.old-perms-pre-feb4/2.0.1/api/reference/com/atlassian/stash/event/pull/package-summary.html). Including extended events:
2424
* RESCOPED_FROM, when source branch change
2525
* RESCOPED_TO, when target branch change
2626
* BUTTON_TRIGGER, when trigger button in pull request view is pressed
@@ -114,9 +114,9 @@ export MAVEN_OPTS=-Dplugin.resource.directories=`pwd`/src/main/resources
114114
mvn bitbucket:run
115115
```
116116

117-
You can also debug with:
117+
You can also remote debug on port 5005 with:
118118
```
119-
mvn bitbucket:debug
119+
atlas-debug
120120
```
121121

122122
Make a release [(detailed instructions)](https://developer.atlassian.com/docs/common-coding-tasks/development-cycle/packaging-and-releasing-your-plugin):

0 commit comments

Comments
 (0)