Skip to content

Commit

Permalink
Changed gh repository url (master branch isn't always the default one).
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 9, 2011
1 parent 8bda809 commit b28a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppConstants.h
Expand Up @@ -34,7 +34,7 @@
#define kUserFollowFormat @"https://api.github.com/user/following/%@" // v3

// Repos
#define kRepoGithubFormat @"http://github.com/%@/%@/tree/master"
#define kRepoGithubFormat @"http://github.com/%@/%@"
#define kRepoFeedFormat @"https://github.com/feeds/%@/commits/%@/%@"
#define kRepoPrivateFeedFormat @"https://github.com/feeds/%@/commits/%@/%@"
#define kRepoFormat @"https://github.com/api/v2/json/repos/show/%@/%@"
Expand Down

0 comments on commit b28a201

Please sign in to comment.