Skip to content

Commit

Permalink
Repo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davatron5000 committed Jan 14, 2013
1 parent 6dfae81 commit 3c4511f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/"><img src="/img/logo.svg" class="logo" alt=""/>Simple A11Y</a>
<a class="brand" href="/"><img src="/img/logo.svg" class="logo" alt=""/>A11Y Project</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/archives.html">Archives</a></li>
Expand All @@ -61,7 +61,7 @@
<div class="span8">
<h5>Contributors</h5>
<ul id="contributors-list"></ul>
<p>Notice an issue or want to help? <a href="http://github.com/davatron5000/simpleA11Y">Please contribute</a>.</p>
<p>Notice an issue or want to help? <a href="http://github.com/a11yproject/a11yproject.com">Please contribute</a>.</p>
</div>

<div class="span4">
Expand Down Expand Up @@ -102,7 +102,7 @@ <h5>Colophon</h5>
-->
<script>
(function($){
var url = 'https://api.github.com/repos/davatron5000/simplea11y/contributors?callback=?';
var url = 'https://api.github.com/repos/a11yproject/a11yproject.com/contributors?callback=?';

$.ajax({
type: 'GET',
Expand All @@ -117,7 +117,7 @@ <h5>Colophon</h5>
console.log(e.message);
}
});

function listContributors(data) {

var html = '';
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1><img src="/img/logo.svg" class="logo" alt="" />{{ site.title }}</h1>
<a href="./about.html">Learn more</a>
</li>
<li>
<a href="http://github.com/davatron5000/simpleA11Y">Contribute on Github</a>
<a href="http://github.com/a11yproject/a11yproject.com">Contribute on Github</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 3c4511f

Please sign in to comment.