readme: update repo link

Repo has been moved from https://github.com/lipu-sona-pona/lipu-sona-pona.github.io to https://github.com/pona-la/lipu-sona
This commit is contained in:
AcipenserSturio 2024-08-22 16:29:02 +05:00
parent a5f978af60
commit 86189a72c8
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# lipu sona pona source code # lipu-sona.pona.la source code
This is the source code to *lipu sona pona*, an educational course for the This is the source code to *lipu sona pona*, an educational course for the
minimalist constructed language *toki pona*. minimalist constructed language *toki pona*.
@ -9,7 +9,7 @@ Included are all the files and scripts used to build it.
This website uses *GitHub Pages* to automatically build and deploy the latest This website uses *GitHub Pages* to automatically build and deploy the latest
version of itself. Whenever new commits are pushed to GitHub's version of itself. Whenever new commits are pushed to GitHub's
`lipu-sona-pona/lipu-sona-pona.github.io` repository, the website uses them to `pona-la/lipu-sona` repository, the website uses them to
build a new version of the website. build a new version of the website.
# manually building # manually building
@ -65,16 +65,16 @@ unpack it somewhere.
To clone the repository, use the following command inside the terminal: To clone the repository, use the following command inside the terminal:
`git clone https://codeberg.org/lipu-sona-pona/lipu-sona-pona.git` `git clone https://github.com/pona-la/lipu-sona.git`
This should copy the data to a new folder called `lipu-sona-pona`. Enter this This should copy the data to a new folder called `lipu-sona`. Enter this
directory: directory:
`cd lipu-sona-pona` `cd lipu-sona`
Now try building the website using the following command: Now try building the website using the following command:
`make` `make -C bin`
(if you run macOS and Homebrew, you might want to use `gmake` instead.) (if you run macOS and Homebrew, you might want to use `gmake` instead.)

View file

@ -27,7 +27,7 @@
<?theme body?> <?theme body?>
</article> </article>
<div class="footer"> <div class="footer">
This website's source code is available <a href="https://github.com/lipu-sona-pona/lipu-sona-pona.github.io">on GitHub</a>. This website's source code is available <a href="https://github.com/pona-la/lipu-sona">on GitHub</a>.
</div> </div>
</div> </div>
</body> </body>