From ba64d61fda3b4ac32ca55cf9dd110dc07670cd0c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Fri, 31 May 2013 13:49:52 -0700 Subject: [PATCH 1/3] Update octokit.rb link and make it more prominent --- content/v3/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v3/libraries.md b/content/v3/libraries.md index 19738a79ef..7e76b21498 100644 --- a/content/v3/libraries.md +++ b/content/v3/libraries.md @@ -118,14 +118,14 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/ ## Ruby -* [Octokit][octokit] +* **[Octokit][octokit.rb]** (officially maintained by GitHub) * [GitHub API Gem][ghapi] * [Octocat Herder][herder] * [GitHub v3 API][ruby1] * [GitHub API Client][ruby2] * [Ghee][ghee] -[octokit]: https://github.com/pengwynn/octokit +[octokit.rb]: https://github.com/octokit/octokit.rb [herder]: https://github.com/jhelwig/octocat_herder [ghapi]: https://github.com/peter-murach/github [ruby1]: https://github.com/jwilger/github-v3-api From 31b66738e0e957ecf7146737edf54918133e1f05 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Fri, 31 May 2013 13:49:59 -0700 Subject: [PATCH 2/3] Add octokit.objc link --- content/v3/libraries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/v3/libraries.md b/content/v3/libraries.md index 7e76b21498..0539214879 100644 --- a/content/v3/libraries.md +++ b/content/v3/libraries.md @@ -68,8 +68,10 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/ ## Objective-C +* **[Octokit][octokit.objc]** (officially maintained by GitHub) * [UAGithubEngine][uagithubengine] +[octokit.objc]: https://github.com/octokit/octokit.objc [uagithubengine]: http://github.com/owainhunt/uagithubengine ## OCaml From 556bf01272c3858738068040f13a68d336e130f4 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Fri, 31 May 2013 14:51:22 -0600 Subject: [PATCH 3/3] Follow Objective-C capitalization --- content/v3/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/libraries.md b/content/v3/libraries.md index 0539214879..fad9c24919 100644 --- a/content/v3/libraries.md +++ b/content/v3/libraries.md @@ -68,7 +68,7 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/ ## Objective-C -* **[Octokit][octokit.objc]** (officially maintained by GitHub) +* **[OctoKit][octokit.objc]** (officially maintained by GitHub) * [UAGithubEngine][uagithubengine] [octokit.objc]: https://github.com/octokit/octokit.objc