Skip to content

Commit

Permalink
chore: change links to Aiven-Open/karapace
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 30, 2024
1 parent c0b7e6d commit 81e6563
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Karapace

``karapace``. Your Apache Kafka® essentials in one tool.

An `open-source <https://github.com/aiven/karapace/blob/master/LICENSE>`_ implementation
An `open-source <https://github.com/Aiven-Open/karapace/blob/master/LICENSE>`_ implementation
of `Kafka REST <https://docs.confluent.io/platform/current/kafka-rest/index.html#features>`_ and
`Schema Registry <https://docs.confluent.io/platform/current/schema-registry/index.html>`_.

Expand Down Expand Up @@ -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
--------------
Expand Down Expand Up @@ -711,7 +711,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 <opensource@aiven.io>.

Expand All @@ -732,6 +732,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.
2 changes: 1 addition & 1 deletion website/source/_templates/hero-texts.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>
<a
class="button btn-primary mt-8 md:w-[15rem] justify-center"
href="https://github.com/aiven/karapace"
href="https://github.com/Aiven-Open/karapace"
>
{% include 'github-ribbon.html' %} Learn more about Karapace
</a>
2 changes: 1 addition & 1 deletion website/source/_templates/page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends '!page.html' %} {% block body %} {{ super() }}
<a
class="gh-ribbon gray right"
href="https://github.com/aiven/karapace"
href="https://github.com/Aiven-Open/karapace"
target="_blank"
>Fork me on GitHub!</a
>
Expand Down
2 changes: 1 addition & 1 deletion website/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down

0 comments on commit 81e6563

Please sign in to comment.