From a8a4f4b48ba3afc555d148e851de24c5c1259d1f Mon Sep 17 00:00:00 2001 From: tekkub Date: Tue, 17 Nov 2009 23:03:15 -0700 Subject: Add webhook testing guide --- _posts/2009-10-16-post-receive-hooks.textile | 2 ++ 1 file changed, 2 insertions(+) (limited to '_posts/2009-10-16-post-receive-hooks.textile') diff --git a/_posts/2009-10-16-post-receive-hooks.textile b/_posts/2009-10-16-post-receive-hooks.textile index ae27cfc..056ccb1 100644 --- a/_posts/2009-10-16-post-receive-hooks.textile +++ b/_posts/2009-10-16-post-receive-hooks.textile @@ -5,6 +5,8 @@ description: Working with GitHub's post-receive web hooks. categories: collaborating --- +p(. _For help testing webhooks, see "this guide":/testing-webhooks_ + If you supply a post-receive URL, GitHub will POST to that URL when someone uses git push on that repository. -- cgit v1.3.1