diff options
| author | Cameron McEfee <cameron@github.com> | 2011-06-01 11:15:18 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-06-01 11:15:18 -0700 |
| commit | 07b13a34b4af4d58e646712123ecc4aceae2c7a4 (patch) | |
| tree | 52b761f5c6add9f6cf6371085ad0001a7eb2a3ff /_layouts | |
| parent | 95383f838de65eefdffbcb4c8f7a68d652f2009b (diff) | |
update footer api link
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 9dc7906..c4ec733 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -84,7 +84,7 @@ sidebar_cats: <li><a href="http://github.com/blog" class="blog">The GitHub Blog</a></li> <li><a href="http://support.github.com">Support</a></li> <li><a href="http://github.com/contact">Contact</a></li> - <li><a href="/api">API</a></li> + <li><a href="http://developer.github.com">API</a></li> </ul> <p class="copyline">© 2011 GitHub Inc. All rights reserved</p> </div> |
