forked from team/site
1
0
Fork 0

update gitea links

This commit is contained in:
Ben Harris 2018-07-26 11:35:29 -04:00
parent 9d7dbf89d1
commit e9a59884ef
2 changed files with 4 additions and 4 deletions

View File

@ -53,9 +53,9 @@
<?php endforeach; ?>
<h1>~current projects~</h1>
<h4>on our <a href="https://git.tilde.team/meta">gitea</a></h4>
<h4>on our <a href="https://git.tildeverse.org/team">gitea</a></h4>
<hr>
<?php foreach (json_decode(file_get_contents("https://git.tilde.team/api/v1/orgs/meta/repos")) ?? [] as $repo): ?>
<?php foreach (json_decode(file_get_contents("https://git.tilde.team/api/v1/orgs/team/repos")) ?? [] as $repo): ?>
<div class="list-group">
<div class="list-group-item">
<a href="<?=$repo->html_url?>">

View File

@ -33,7 +33,7 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {
<p>welcome to the tilde.team wiki!</p>
<p>if you want to contribute, check out the <a href="https://git.tilde.team/meta/site/src/branch/master/wiki">source!</a></p>
<p>if you want to contribute, check out the <a href="https://git.tildeverse.org/team/site/src/branch/master/wiki">source!</a></p>
<hr>
<h3>pages:</h3>
@ -67,7 +67,7 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {
<hr>
<?=str_replace("<table", '<table class="table table-striped"', $pg->getContent())?>
<hr>
<a href="https://git.tilde.team/meta/site/src/branch/master/wiki/pages/<?=$_GET["page"]?>.md">
<a href="https://git.tildeverse.org/team/site/src/branch/master/wiki/pages/<?=$_GET["page"]?>.md">
<i class="fa fa-edit"></i> source
</a>
<?php }