From e903e8f97ba5c47a0b671ef2b459581f8e6d9149 Mon Sep 17 00:00:00 2001 From: Haroon Date: Thu, 14 Nov 2013 08:21:52 +0000 Subject: [PATCH] fixed links to api --- Octokit/Clients/IRepoCollaboratorsClient.cs | 4 ++-- Octokit/Clients/RepoCollaboratorsClient.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Octokit/Clients/IRepoCollaboratorsClient.cs b/Octokit/Clients/IRepoCollaboratorsClient.cs index a609c447..f94b0fe1 100644 --- a/Octokit/Clients/IRepoCollaboratorsClient.cs +++ b/Octokit/Clients/IRepoCollaboratorsClient.cs @@ -38,7 +38,7 @@ namespace Octokit /// Adds a new collaborator to the repo /// /// - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Thrown when a general API error occurs. /// @@ -48,7 +48,7 @@ namespace Octokit /// Deletes a collaborator from the repo /// /// - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Thrown when a general API error occurs. /// diff --git a/Octokit/Clients/RepoCollaboratorsClient.cs b/Octokit/Clients/RepoCollaboratorsClient.cs index ddcd29f7..4379a4cf 100644 --- a/Octokit/Clients/RepoCollaboratorsClient.cs +++ b/Octokit/Clients/RepoCollaboratorsClient.cs @@ -78,7 +78,7 @@ namespace Octokit /// Adds a new collaborator to the repo /// /// - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Thrown when a general API error occurs. /// @@ -97,7 +97,7 @@ namespace Octokit /// Deletes a collaborator from the repo /// /// - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Thrown when a general API error occurs. ///