From ef1ff2737f4da11f031104fd14923ae8033f8447 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 23:36:48 +0200 Subject: [PATCH] feat(repo): Change references to katenary repository --- doc/docs/index.md | 8 ++++---- doc/mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/docs/index.md b/doc/docs/index.md index f1b4d3a..72c56ff 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -39,10 +39,10 @@ share it with the community. ![](./statics/klee.svg) -The main developer is [Patrice FERLET](https://github.com/metal3d). +The main developer is [Patrice FERLET](https://repo.katenary.io/metal3d). The project source -code is hosted on the [:fontawesome-brands-github: Katenary GitHub Repository](https://github.com/Katenary/katenary). +code is hosted on the [:fontawesome-brands-git: Katenary Repository](https://repo.katenary.io/Katenary/katenary). ## Install Katenary @@ -57,7 +57,7 @@ If you are a Linux user, you can use the "one line installation command" which w `$HOME/.local/bin` directory if it exists. ```bash -sh <(curl -sSL https://raw.githubusercontent.com/Katenary/katenary/master/install.sh) +sh <(curl -sSL https://repo.katenary.io/Katenary/katenary/raw/branch/master/install.sh) ``` !!! Info "Upgrading is integrated to the `katenary` command" @@ -77,7 +77,7 @@ You can also build and install it yourself, the provided Makefile has got a `bui To compile it, you can use the following commands: ```bash -git clone https://github.com/Katenary/katenary.git +git clone https://repo.katenary.io/Katenary/katenary.git cd katenary make build make install diff --git a/doc/mkdocs.yml b/doc/mkdocs.yml index 3cee2a4..9e8a66c 100644 --- a/doc/mkdocs.yml +++ b/doc/mkdocs.yml @@ -51,7 +51,7 @@ copyright: Copyright © 2021 - 2024 - Katenary authors extra: generator: false social: - - icon: fontawesome/brands/github + - icon: fontawesome/brands/git link: https://repo.katenary.io/katenary/katenary nav: - "Home": index.md