README: Fixing install link

This commit is contained in:
Zoe Roux 2021-11-01 21:29:39 +01:00
parent 362ec948c9
commit a32e24e77e
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ jobs:
run: | run: |
cd docs/_site cd docs/_site
sudo chown $(whoami):$(whoami) . -R sudo chown $(whoami):$(whoami) . -R
echo -n docs.kyoo.moe > CNAME
git config --global user.email "${GITHUB_ACTOR}@github.com" git config --global user.email "${GITHUB_ACTOR}@github.com"
git config --global user.name "${GITHUB_ACTOR}" git config --global user.name "${GITHUB_ACTOR}"
git init git init

View File

@ -17,7 +17,7 @@ Feel free to open issues or pull requests, all contribution are welcomed.
## Getting started ## Getting started
- [Installation](https://docs.kyoo.moe/installation) - [Installation](https://docs.kyoo.moe/start/install.html)
- [Api Documentation](https://demo.kyoo.moe/redoc) - [Api Documentation](https://demo.kyoo.moe/redoc)
- [Documentation (work in progress)](https://docs.kyoo.moe) - [Documentation (work in progress)](https://docs.kyoo.moe)
- [Contributing](./CONTRIBUTING.md) - [Contributing](./CONTRIBUTING.md)