From 76a9217621257e4ec8d3d79d39d9691fa8e38ec9 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Fri, 19 Jun 2015 22:16:29 +0200 Subject: [PATCH] Including link to Stash events in README #37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17ee6de..f6fa8d7a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Pull Request Notifier for Stash can: * Invoke any URL, or set of URL:s, when a pull request event happens. * With variables available to add necessary parameters. * HTTP POST, PUT, GET and DELETE. POST and PUT also supports rendered post content. -* Be configured to trigger on any pull request event. Including source branch change (RESCOPED_FROM) and target branch change (RESCOPED_TO). +* Be configured to trigger on any [pull request event](https://developer.atlassian.com/static/javadoc/stash/3.10.0/api/reference/com/atlassian/stash/event/pull/package-summary.html). Including source branch change (RESCOPED_FROM) and target branch change (RESCOPED_TO). * Be configured to only trigger if the pull request mathches a filter. A filter text is constructed with any combination of the variables and then a regexp is constructed to match that text. * Authenticate with HTTP basic authentication. * Send custom HTTP headers