From a32e24e77e99f68e78449a94ac6f4cb308825a99 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 1 Nov 2021 21:29:39 +0100 Subject: [PATCH] README: Fixing install link --- .github/workflows/documentation.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index aaa461fe..ee26c63b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,6 +18,7 @@ jobs: run: | cd docs/_site sudo chown $(whoami):$(whoami) . -R + echo -n docs.kyoo.moe > CNAME git config --global user.email "${GITHUB_ACTOR}@github.com" git config --global user.name "${GITHUB_ACTOR}" git init diff --git a/README.md b/README.md index fd13967b..f99c7ca9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Getting started -- [Installation](https://docs.kyoo.moe/installation) +- [Installation](https://docs.kyoo.moe/start/install.html) - [Api Documentation](https://demo.kyoo.moe/redoc) - [Documentation (work in progress)](https://docs.kyoo.moe) - [Contributing](./CONTRIBUTING.md)