diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index de1af9b71..0ed6475e2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -66,7 +66,7 @@ jobs: labels: | org.opencontainers.image.authors=opensource@aiven.io org.opencontainers.image.url=https://karapace.io - org.opencontainers.image.documentation=https://github.com/aiven/karapace/ + org.opencontainers.image.documentation=https://github.com/Aiven-Open/karapace/ org.opencontainers.image.vendor=Aiven org.opencontainers.image.licenses=Apache-2.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cda601323..a56bf0625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,8 @@ Contributions are very welcome on Karapace. When contributing please keep this i There is very little you need to get started coding for Karapace: -- Use [one of the supported python versions](https://github.com/aiven/karapace/blob/master/setup.py) - documented in the `setup.py` classifiers. +- Use [one of the supported python versions](https://github.com/Aiven-Open/karapace/blob/master/pyproject.toml) + documented in the `project:requires-python`. - Create [a virtual environment](https://docs.python.org/3/tutorial/venv.html) and install the dev dependencies in it: ```python @@ -74,7 +74,7 @@ The code is statically checked and formatted using [a few tools][requirements-de To run these automatically on each commit please enable the [pre-commit](https://pre-commit.com) hooks. -[requirements-dev]: https://github.com/aiven/karapace/blob/master/requirements/requirements-dev.txt +[requirements-dev]: https://github.com/Aiven-Open/karapace/blob/master/requirements/requirements-dev.txt ## Manual testing @@ -89,7 +89,7 @@ karapace karapace.config.json ### Configuration To see descriptions of configuration keys see our -[README](https://github.com/aiven/karapace#configuration-keys). +[README](https://github.com/Aiven-Open/karapace#configuration-keys). Each configuration key can be overridden with an environment variable prefixed with `KARAPACE_`, exception being configuration keys that actually start with the `karapace` string. For example, to diff --git a/README.rst b/README.rst index d4fadfe3d..88bb1b249 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Karapace ``karapace``. Your Apache Kafka® essentials in one tool. -An `open-source `_ implementation +An `open-source `_ implementation of `Kafka REST `_ and `Schema Registry `_. @@ -81,7 +81,7 @@ override the ``bootstrap_uri`` config value, one would use the environment varia ``KARAPACE_BOOTSTRAP_URI``. Here_ you can find an example configuration file to give you an idea what you need to change. -.. _`Here`: https://github.com/aiven/karapace/blob/master/karapace.config.json +.. _`Here`: https://github.com/Aiven-Open/karapace/blob/master/karapace.config.json Source install -------------- @@ -708,7 +708,7 @@ Contact ======= Bug reports and patches are very welcome, please post them as GitHub issues -and pull requests at https://github.com/aiven/karapace . Any possible +and pull requests at https://github.com/Aiven-Open/karapace . Any possible vulnerabilities or other serious issues should be reported directly to the maintainers . @@ -729,6 +729,6 @@ to them for pioneering the concept. .. _`Aiven`: https://aiven.io/ Recent contributors are listed on the GitHub project page, -https://github.com/aiven/karapace/graphs/contributors +https://github.com/Aiven-Open/karapace/graphs/contributors Copyright ⓒ 2021 Aiven Ltd. diff --git a/website/source/_templates/hero-texts.html b/website/source/_templates/hero-texts.html index b7cf04e34..383385932 100644 --- a/website/source/_templates/hero-texts.html +++ b/website/source/_templates/hero-texts.html @@ -11,7 +11,7 @@

{% include 'github-ribbon.html' %} Learn more about Karapace diff --git a/website/source/_templates/page.html b/website/source/_templates/page.html index add72485f..a9bcb465e 100644 --- a/website/source/_templates/page.html +++ b/website/source/_templates/page.html @@ -1,7 +1,7 @@ {% extends '!page.html' %} {% block body %} {{ super() }} Fork me on GitHub! diff --git a/website/source/install.rst b/website/source/install.rst index 2779668a2..ac6d5459f 100644 --- a/website/source/install.rst +++ b/website/source/install.rst @@ -30,7 +30,7 @@ override the ``bootstrap_uri`` config value, one would use the environment varia ``KARAPACE_BOOTSTRAP_URI``. Here_ you can find an example configuration file to give you an idea what you need to change. -.. _`Here`: https://github.com/aiven/karapace/blob/main/karapace.config.json +.. _`Here`: https://github.com/Aiven-Open/karapace/blob/main/karapace.config.json Source install --------------