1
0
mirror of synced 2024-11-24 22:06:07 +03:00

Updated references to old new repository

This commit is contained in:
Kevin Brown 2015-01-05 17:51:05 -05:00
parent 65c4f8d99b
commit f27e8ac945
3 changed files with 15 additions and 1895 deletions

View File

@ -80,7 +80,7 @@
<body>
<a href="https://github.com/ivaynberg/select2"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 2000" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/select2/select2"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 2000" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
@ -104,23 +104,23 @@
<p>
<ul class="inline" style="text-align: center">
<li>
<a class="btn btn-primary" href="https://github.com/ivaynberg/select2">Learn more on
<a class="btn btn-primary" href="https://github.com/select2/select2">Learn more on
GitHub&raquo;</a>
</li>
<li>
<a class="btn btn-success"
href="https://github.com/ivaynberg/select2/tags">Download&raquo;</a>
href="https://github.com/select2/select2/tags">Download&raquo;</a>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=ivaynberg&repo=select2&type=watch&count=true&size=large"
<iframe src="http://ghbtns.com/github-btn.html?user=select2&repo=select2&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="150" height="30" style="vertical-align: middle"></iframe>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=ivaynberg&repo=select2&type=fork&count=true&size=large"
<iframe src="http://ghbtns.com/github-btn.html?user=select2&repo=select2&type=fork&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="150" height="30" style="vertical-align: middle"></iframe>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=ivaynberg&repo=select2&type=follow&count=true&size=large"
<iframe src="http://ghbtns.com/github-btn.html?user=select2&repo=select2&type=follow&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="190" height="30" style="vertical-align: middle"></iframe>
</li>
</ul>
@ -151,9 +151,9 @@
<div class="span12">
<ul>
<li><a href="https://github.com/ivaynberg/select2">Project Site</a></li>
<li><a href="https://github.com/ivaynberg/select2/issues">Bug Tracker</a></li>
<li><a href="https://github.com/ivaynberg/select2/wiki">Wiki containing example integrations and usages such as Knockout.js, Socket.io, and PHP</a></li>
<li><a href="https://github.com/select2/select2">Project Site</a></li>
<li><a href="https://github.com/select2/select2/issues">Bug Tracker</a></li>
<li><a href="https://github.com/select2/select2/wiki">Wiki containing example integrations and usages such as Knockout.js, Socket.io, and PHP</a></li>
<li><a href="https://groups.google.com/d/forum/select2">Mailing List</a></li>
</ul>
</div>

View File

@ -243,7 +243,7 @@ h3 > label {
<li>Loading...</li>
<script>
$(function() {
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone={{ page.milestone }}&per_page=100";
var url="https://api.github.com/repos/select2/select2/issues?state=closed&milestone={{ page.milestone }}&per_page=100";
$.ajax({
url: url,
dataType: "jsonp"

File diff suppressed because it is too large Load Diff