fix links to repos

This commit is contained in:
Ben Harris 2019-03-26 12:01:35 -04:00
parent ebbe232077
commit 71cb8b7988
2 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/css">
<a href="https://tildegit.org/team/site/src/branch/master/css">
<img style="position: absolute; top: 0; left: 0; border: 0;z-index:1001;" src="img/fork.png" alt="Fork me on GitHub">
</a>
@ -792,7 +792,7 @@ end</pre>
<p>Created by
<a href="//brobin.me">Tobin Brown</a>. &copy; 2015</p>
<p>
<a href="https://tildegit.org/team/css">Forked</a> by
<a href="https://tildegit.org/team/site/src/branch/master/css">Forked</a> by
<a href="https://tilde.team/~ben/">~ben</a>
</p>
</div>
@ -805,7 +805,7 @@ end</pre>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/css">
<a href="https://tildegit.org/team/site/src/branch/master/css">
<img style="position: absolute; top: 0; left: 0; border: 0;z-index:1001;" src="img/fork.png" alt="Fork me on GitHub">
</a>
@ -792,7 +792,7 @@ end</pre>
<p>Created by
<a href="//brobin.me">Tobin Brown</a>. &copy; 2015</p>
<p>
<a href="https://tildegit.org/team/css">Forked</a> by
<a href="https://tildegit.org/team/site/src/branch/master/css">Forked</a> by
<a href="https://tilde.team/~ben/">~ben</a>
</p>
</div>
@ -805,7 +805,7 @@ end</pre>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>