From 9db29d4a691e6552b9433bace7791b377edf819e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 2 Jan 2015 12:59:29 +0930 Subject: [PATCH] updated API doc URLs --- Octokit/Clients/AuthorizationsClient.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Octokit/Clients/AuthorizationsClient.cs b/Octokit/Clients/AuthorizationsClient.cs index 2eac60ca..de603cdb 100644 --- a/Octokit/Clients/AuthorizationsClient.cs +++ b/Octokit/Clients/AuthorizationsClient.cs @@ -10,7 +10,7 @@ namespace Octokit /// A client for GitHub's OAuth API. /// /// - /// See the OAuth API documentation for more details. + /// See the OAuth API documentation for more details. /// public class AuthorizationsClient : ApiClient, IAuthorizationsClient { @@ -29,7 +29,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// /// Thrown when the current user does not have permission to make the request. @@ -46,7 +46,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// The ID of the to get /// @@ -65,7 +65,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Client ID of the OAuth application for the token /// The client secret @@ -115,7 +115,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Client ID of the OAuth application for the token /// The client secret @@ -181,7 +181,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API + /// See the API /// documentation for more details. /// /// ID of the to update @@ -215,7 +215,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Describes the new authorization to create /// @@ -235,7 +235,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API + /// See the API /// documentation for more details. /// /// The system-wide ID of the authorization to delete