From f8cf67895280fca39497e0d669e5cdc9ef386edf Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 21 Jun 2014 14:59:52 +0200 Subject: [PATCH] Corrected repository hooks documentation link --- lib/Github/Api/Repository/Hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/Api/Repository/Hooks.php b/lib/Github/Api/Repository/Hooks.php index ad9e8596ecd..f4866ad0af9 100644 --- a/lib/Github/Api/Repository/Hooks.php +++ b/lib/Github/Api/Repository/Hooks.php @@ -6,7 +6,7 @@ use Github\Exception\MissingArgumentException; /** - * @link http://developer.github.com/v3/issues/hooks/ + * @link http://developer.github.com/v3/repos/hooks/ * @author Joseph Bielawski */ class Hooks extends AbstractApi