From c6145728694361cd3f2622c14b61b25a45fcd9a8 Mon Sep 17 00:00:00 2001 From: zacanger Date: Sun, 4 Dec 2022 07:29:20 +0000 Subject: [PATCH] fix: format of octokit.js link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just happened to bug me when I was browsing the docs — changes to be consistent with the other official library links. --- 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 1c5b27244441..12c76037deb4 100644 --- a/content/rest/overview/libraries.md +++ b/content/rest/overview/libraries.md @@ -21,7 +21,7 @@ Use the official Octokit library, or choose between any of the available third p - **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) +- **JavaScript** → [octokit.js](https://github.com/octokit/octokit.js) ## Third-party libraries