diff --git a/wiki/README.md b/wiki/README.md index d0645b3..362138a 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -4,9 +4,9 @@ hi there, welcome to our wiki! to contribute to the wiki: -* clone the repo to your local machine (or your personal folder on the tilde.team box) +* clone the repo to your local machine (or your public_html folder on the tilde.team box for live testing) ```sh -git clone git@tilde.team:meta/site +git clone git@tilde.team:team/site ``` * create a new branch for your page @@ -28,6 +28,6 @@ git commit -m "added my-new-page" git push origin my-new-page # this should match the branch name you created earlier ``` -* create a pull request on the [site](https://git.tilde.team/meta/site) repo +* create a pull request on the [site](https://git.tilde.team/team/site) repo thanks!~ diff --git a/wiki/index.php b/wiki/index.php index e05db6c..c441983 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -33,7 +33,9 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {

welcome to the tilde.team wiki!

-

if you want to contribute, check out the source!

+

if you want to contribute, check out the + source and open a PR! +


pages:

@@ -43,7 +45,6 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { $yaml = $parser->parse(file_get_contents($page))->getYAML(); if (!$yaml["published"]) continue; ?> ">
-