Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/v3/licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/:owner/:repo

### Response

Expand Down
1 change: 1 addition & 0 deletions layouts/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></
<li><a href="/v3/markdown/">Markdown</a></li>
<li><a href="/v3/meta/">Meta</a></li>
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
<li><a href="/v3/licenses/">Licenses</a></li>
</ul>
</li>
<li class="js-topic">
Expand Down