From 697b6db03b3bc0562456755b7cefe81d8eed0671 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 23 Oct 2010 15:24:03 +0200 Subject: fix the path of method watched_repos --- services/github/user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/github') diff --git a/services/github/user.json b/services/github/user.json index 5b35765..1348286 100644 --- a/services/github/user.json +++ b/services/github/user.json @@ -90,7 +90,7 @@ "format", "user" ], - "path" : "/:format/user/watched/:user", + "path" : "/:format/repos/watched/:user", "method" : "GET" }, "user_followers" : { -- cgit v1.2.3