Fixed webhook method docs.

Closes #565
This commit is contained in:
Marco Vito Moscaritolo 2014-08-21 22:18:01 +02:00 committed by Dan Cryer
parent d21dc179e2
commit 6adbee0bc9

View file

@ -73,7 +73,7 @@ class WebhookController extends \PHPCI\Controller
} }
/** /**
* Called by POSTing to /git/webhook/<project_id>?branch=<branch>&commit=<commit> * Called by POSTing to /webhook/git/<project_id>?branch=<branch>&commit=<commit>
* *
* @param string $project * @param string $project
*/ */