From 1ed006e3ed78af1bb53910375f21819774b28264 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 10 Mar 2015 19:41:25 +0100 Subject: [PATCH] Have GET request match json(:licensee) --- content/v3/licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/licenses.md b/content/v3/licenses.md index cdac4087f5..349ee11962 100644 --- a/content/v3/licenses.md +++ b/content/v3/licenses.md @@ -55,7 +55,7 @@ When passed the preview media type, requests to get a repository will also retur It's important to note that the API simply attempts to identity the project's license by the contents of the a `LICENSE` file, if any, and does not take into account the licenses of project dependencies or other means of documenting a project's license such as references in the documentation. - GET /repos/github/hubot + GET /repos/benbalter/licensee ### Response