From c9b41730d7ef22eaa7530a024867bf9fff0971c9 Mon Sep 17 00:00:00 2001 From: Brett Kuhlman Date: Wed, 30 Nov 2022 10:15:20 -0500 Subject: [PATCH] Removing link to Python Library from official library to community library GitHub does not have an official Octokit library for Python. Moving link to reflect that. --- content/rest/overview/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/overview/libraries.md b/content/rest/overview/libraries.md index 9606a66b01..1c5b272444 100644 --- a/content/rest/overview/libraries.md +++ b/content/rest/overview/libraries.md @@ -19,7 +19,6 @@ topics: Use the official Octokit library, or choose between any of the available third party libraries. -- **Python** → [octokit.py](https://github.com/khornberg/octokit.py) - **Ruby** → [octokit.rb](https://github.com/octokit/octokit.rb) - **.NET** → [octokit.net](https://github.com/octokit/octokit.net) - **JavaScript** → [octokit/octokit.js](https://github.com/octokit/octokit.js) @@ -126,6 +125,7 @@ Use the official Octokit library, or choose between any of the available third p |**github-flask**|[github-flask (Official Website)](http://github-flask.readthedocs.org)| |**torngithub**|[jkeylu/torngithub](https://github.com/jkeylu/torngithub)| |**githubkit**|[yanyongyu/githubkit](https://github.com/yanyongyu/githubkit)| +|**octokit.py**|[khornberg/octokit.py](https://github.com/khornberg/octokit.py)| ### Ruby