diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 6b2d2816..13c0da82 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -11,7 +11,7 @@ actual bugs. [documenation]: https://demo.akvorado.net/docs/intro [troublehooting section]: https://demo.akvorado.net/docs/troubleshooting -[discussions]: https://github.com/vincentbernat/akvorado/discussions +[discussions]: https://github.com/akvorado/akvorado/discussions When putting code snippets (logs, commands), put them between triple backticks: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ed46f999..4ee9ce8f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: "Discussions and Q&A" - url: https://github.com/vincentbernat/akvorado/discussions + url: https://github.com/akvorado/akvorado/discussions about: Please ask and answer questions here. diff --git a/console/data/docs/00-intro.md b/console/data/docs/00-intro.md index c348d4ed..a2ee728e 100644 --- a/console/data/docs/00-intro.md +++ b/console/data/docs/00-intro.md @@ -16,7 +16,7 @@ only requirement is to have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/). Grab the latest tarball from the [release page on -GitHub](https://github.com/vincentbernat/akvorado/releases), unpack +GitHub](https://github.com/akvorado/akvorado/releases), unpack it, rename the target directory to `akvorado`, then run the `docker-compose` command: diff --git a/console/data/docs/01-install.md b/console/data/docs/01-install.md index cf96b0db..dcad637b 100644 --- a/console/data/docs/01-install.md +++ b/console/data/docs/01-install.md @@ -13,8 +13,8 @@ You can get *Akvorado* as a [Docker](https://docs.docker.com/get-docker) image. ```console -# docker pull ghcr.io/vincentbernat/akvorado:latest -# docker run --rm ghcr.io/vincentbernat/akvorado:latest help +# docker pull ghcr.io/akvorado/akvorado:latest +# docker run --rm ghcr.io/akvorado/akvorado:latest help ``` Check the `docker-compose.yml` file for an example on how to deploy @@ -23,7 +23,7 @@ Check the `docker-compose.yml` file for an example on how to deploy ## Pre-built binary The second option is to get a pre-built binary from the [release page -on GitHub](https://github.com/vincentbernat/akvorado/releases). +on GitHub](https://github.com/akvorado/akvorado/releases). Currently, only a pre-built binary for Linux x86-64 is provided. ## Compilation from source diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index 7f109e54..c9e8d5a3 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -15,7 +15,9 @@ identified with a specific icon: This release bumps the minimal required version for ClickHouse to 22.4. The `docker-compose` file has been updated to use ClickHouse -22.8 (which is a long term version). +22.8 (which is a long term version). Moreover, *Akvorado* now has its +own organisation and the code is hosted at +[akvorado/akvorado](https://github.com/akvorado/akvorado). - 💥 *console*: make ClickHouse interpolate missing values (ClickHouse 22.4+ is required) - 🩹 *orchestrator*: validate configuration of other services on start @@ -61,7 +63,7 @@ details. - 🌱 *inlet*: `inlet.snmp.communities` accepts subnets as keys - 🌱 *docker-compose*: disable healthcheck for the conntrack-fixer container -[PR #61]: https://github.com/vincentbernat/akvorado/pull/61 +[PR #61]: https://github.com/akvorado/akvorado/pull/61 ## 1.5.3 - 2022-07-26 @@ -74,7 +76,7 @@ details. - 🩹 *build*: remove `-dirty` from version number in released Docker images - 🌱 *console*: hide `::ffff:` prefix from IPv6-mapped IPv4 addresses -[PR #57]: https://github.com/vincentbernat/akvorado/pull/57 +[PR #57]: https://github.com/akvorado/akvorado/pull/57 ## 1.5.1 - 2022-07-22 @@ -101,10 +103,10 @@ the orchestrator to load this new schema. - 🌱 *doc*: add configuration for Juniper devices - 🌱 *docker-compose*: add [UI for Apache Kafka][] to help debug starter issues -[PR #11]: https://github.com/vincentbernat/akvorado/pull/11 -[PR #14]: https://github.com/vincentbernat/akvorado/pull/14 -[PR #15]: https://github.com/vincentbernat/akvorado/pull/15 -[PR #23]: https://github.com/vincentbernat/akvorado/pull/23 +[PR #11]: https://github.com/akvorado/akvorado/pull/11 +[PR #14]: https://github.com/akvorado/akvorado/pull/14 +[PR #15]: https://github.com/akvorado/akvorado/pull/15 +[PR #23]: https://github.com/akvorado/akvorado/pull/23 [UI for Apache Kafka]: https://github.com/provectus/kafka-ui ## 1.4.2 - 2022-07-16 @@ -120,8 +122,8 @@ the orchestrator to load this new schema. - 🌱 *docker-compose*: pull image from GitHub instead of building it - 🌱 *doc*: add more tips to the troubleshooting section -[PR #4]: https://github.com/vincentbernat/akvorado/pull/4 -[PR #7]: https://github.com/vincentbernat/akvorado/pull/7 +[PR #4]: https://github.com/akvorado/akvorado/pull/4 +[PR #7]: https://github.com/akvorado/akvorado/pull/7 ## 1.4.1 - 2022-07-12 diff --git a/docker-compose.yml b/docker-compose.yml index b86c5cb8..deeaa214 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,7 +61,7 @@ services: # latest stable release from GitHub. akvorado-service: &akvorado-image build: {context: .} - # image: ghcr.io/vincentbernat/akvorado:latest + # image: ghcr.io/akvorado/akvorado:latest command: version akvorado-orchestrator: