Skip to content

Commit b19961b

Browse files
committed
Chore: Adjust links and references after repository transfer
1 parent b40e3b8 commit b19961b

30 files changed

+73
-74
lines changed

.github/workflows/release-docker-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
# The name for the produced image at ghcr.io.
2626
env:
27-
GHCR_IMAGE_NAME: jpmens/mqttwarn-full
27+
GHCR_IMAGE_NAME: mqtt-tools/mqttwarn-full
2828

2929
jobs:
3030
docker:

.github/workflows/release-docker-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
# The name for the produced image at ghcr.io.
2626
env:
27-
GHCR_IMAGE_NAME: jpmens/mqttwarn-standard
27+
GHCR_IMAGE_NAME: mqtt-tools/mqttwarn-standard
2828

2929
jobs:
3030
docker:

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ date-published: 2014-02-09
1717
date-released: 2023-04-13
1818
type: software
1919
license: EPL
20-
license-url: https://github.com/jpmens/mqttwarn/blob/main/LICENSE
21-
repository-code: https://github.com/jpmens/mqttwarn
20+
license-url: https://github.com/mqtt-tools/mqttwarn/blob/main/LICENSE
21+
repository-code: https://github.com/mqtt-tools/mqttwarn
2222
keywords:
2323
- acquisition
2424
- data

Dockerfile.mqttwarn-slack

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Docker build file for mqttwarn, with Slack SDK.
2-
# Based on https://hub.docker.com/r/jpmens/mqttwarn.
32
#
43
# Invoke like:
54
#
65
# docker build --tag=mqttwarn-slack --file=Dockerfile.mqttwarn-slack .
76
#
87

98
# Derive from upstream image.
10-
FROM ghcr.io/jpmens/mqttwarn-standard:latest
9+
FROM ghcr.io/mqtt-tools/mqttwarn-standard:latest
1110

1211
# Make package installation run as "root" user
1312
USER root

README.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. image:: https://github.com/jpmens/mqttwarn/workflows/Tests/badge.svg
2-
:target: https://github.com/jpmens/mqttwarn/actions?workflow=Tests
1+
.. image:: https://github.com/mqtt-tools/mqttwarn/workflows/Tests/badge.svg
2+
:target: https://github.com/mqtt-tools/mqttwarn/actions?workflow=Tests
33

4-
.. image:: https://codecov.io/gh/jpmens/mqttwarn/branch/main/graph/badge.svg
5-
:target: https://codecov.io/gh/jpmens/mqttwarn
4+
.. image:: https://codecov.io/gh/mqtt-tools/mqttwarn/branch/main/graph/badge.svg
5+
:target: https://codecov.io/gh/mqtt-tools/mqttwarn
66

77
.. image:: https://img.shields.io/pypi/pyversions/mqttwarn.svg
88
:target: https://pypi.org/project/mqttwarn/
@@ -19,11 +19,11 @@
1919
.. image:: https://pepy.tech/badge/mqttwarn/month
2020
:target: https://pepy.tech/project/mqttwarn
2121

22-
`GitHub <https://github.com/jpmens/mqttwarn>`_
22+
`GitHub <https://github.com/mqtt-tools/mqttwarn>`_
2323
| `PyPI <https://pypi.org/project/mqttwarn/>`_
2424
| `Documentation <https://mqttwarn.readthedocs.io>`_
25-
| `Issues <https://github.com/jpmens/mqttwarn/issues>`_
26-
| `Changelog <https://github.com/jpmens/mqttwarn/blob/main/CHANGES.rst>`_
25+
| `Issues <https://github.com/mqtt-tools/mqttwarn/issues>`_
26+
| `Changelog <https://github.com/mqtt-tools/mqttwarn/blob/main/CHANGES.rst>`_
2727
2828
|
2929
@@ -35,7 +35,7 @@ mqttwarn
3535

3636
To *warn*, *alert*, or *notify*.
3737

38-
.. image:: https://raw.githubusercontent.com/jpmens/mqttwarn/main/assets/google-definition.jpg
38+
.. image:: https://raw.githubusercontent.com/mqtt-tools/mqttwarn/main/assets/google-definition.jpg
3939

4040

4141

@@ -55,7 +55,7 @@ sophisticated transformations.
5555

5656
A picture says a thousand words.
5757

58-
.. image:: https://raw.githubusercontent.com/jpmens/mqttwarn/main/assets/mqttwarn.png
58+
.. image:: https://raw.githubusercontent.com/mqtt-tools/mqttwarn/main/assets/mqttwarn.png
5959
:target: #
6060

6161

@@ -111,8 +111,8 @@ For running ``mqttwarn`` on a container infrastructure like Docker or
111111
Kubernetes, corresponding images are automatically published to the
112112
GitHub Container Registry (GHCR).
113113

114-
- ``ghcr.io/jpmens/mqttwarn-standard:latest``
115-
- ``ghcr.io/jpmens/mqttwarn-full:latest``
114+
- ``ghcr.io/mqtt-tools/mqttwarn-standard:latest``
115+
- ``ghcr.io/mqtt-tools/mqttwarn-full:latest``
116116

117117
To learn more about this topic, please follow up reading the `Using the OCI image
118118
with Docker or Podman`_ documentation section.
@@ -178,7 +178,7 @@ About
178178
=====
179179
These links will guide you to the source code of *mqttwarn* and its documentation.
180180

181-
- `mqttwarn on GitHub <https://github.com/jpmens/mqttwarn>`_
181+
- `mqttwarn on GitHub <https://github.com/mqtt-tools/mqttwarn>`_
182182
- `mqttwarn on the Python Package Index (PyPI) <https://pypi.org/project/mqttwarn/>`_
183183
- `mqttwarn documentation <https://mqttwarn.readthedocs.io/>`_
184184

@@ -249,23 +249,23 @@ Have fun!
249249

250250
.. _Apprise: https://github.com/caronc/apprise
251251
.. _Apprise notification services: https://github.com/caronc/apprise/wiki#notification-services
252-
.. _backlog: https://github.com/jpmens/mqttwarn/blob/main/doc/backlog.rst
252+
.. _backlog: https://github.com/mqtt-tools/mqttwarn/blob/main/doc/backlog.rst
253253
.. _Eclipse Mosquitto: https://mosquitto.org
254254
.. _EPL-2.0: https://www.eclipse.org/legal/epl-2.0/
255-
.. _hacking: https://github.com/jpmens/mqttwarn/blob/main/doc/hacking.rst
255+
.. _hacking: https://github.com/mqtt-tools/mqttwarn/blob/main/doc/hacking.rst
256256
.. _How do your servers talk to you?: https://jpmens.net/2014/04/03/how-do-your-servers-talk-to-you/
257257
.. _Installing mqttwarn with pip: https://mqttwarn.readthedocs.io/en/latest/usage/pip.html
258-
.. _issue: https://github.com/jpmens/mqttwarn/issues/new
259-
.. _LICENSE: https://github.com/jpmens/mqttwarn/blob/main/LICENSE
258+
.. _issue: https://github.com/mqtt-tools/mqttwarn/issues/new
259+
.. _LICENSE: https://github.com/mqtt-tools/mqttwarn/blob/main/LICENSE
260260
.. _MQTTwarn\: Ein Rundum-Sorglos-Notifier: https://web.archive.org/web/20140611040637/http://jaxenter.de/news/MQTTwarn-Ein-Rundum-Sorglos-Notifier-171312
261261
.. _mqttwarn configuration: https://mqttwarn.readthedocs.io/en/latest/configure/
262262
.. _mqttwarn development sandbox: https://mqttwarn.readthedocs.io/en/latest/workbench/sandbox.html
263263
.. _mqttwarn documentation: https://mqttwarn.readthedocs.io/
264264
.. _mqttwarn notifier catalog: https://mqttwarn.readthedocs.io/en/latest/notifier-catalog.html
265-
.. _mqttwarn.service: https://github.com/jpmens/mqttwarn/blob/main/etc/mqttwarn.service
266-
.. _opening an issue on GitHub: https://github.com/jpmens/mqttwarn/issues/new
265+
.. _mqttwarn.service: https://github.com/mqtt-tools/mqttwarn/blob/main/etc/mqttwarn.service
266+
.. _opening an issue on GitHub: https://github.com/mqtt-tools/mqttwarn/issues/new
267267
.. _Running notification plugins standalone: https://mqttwarn.readthedocs.io/en/latest/usage/standalone.html
268268
.. _Schwarmalarm using mqttwarn: https://hiveeyes.org/docs/system/schwarmalarm-mqttwarn.html
269269
.. _Supervisor: https://jpmens.net/2014/02/13/in-my-toolbox-supervisord/
270-
.. _supervisor.ini: https://github.com/jpmens/mqttwarn/blob/main/etc/supervisor.ini
270+
.. _supervisor.ini: https://github.com/mqtt-tools/mqttwarn/blob/main/etc/supervisor.ini
271271
.. _Using the OCI image with Docker or Podman: https://mqttwarn.readthedocs.io/en/latest/usage/oci.html

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# To use this Docker Compose file for mqttwarn:
22
#
33
# 1. Acquire "docker-compose.yml":
4-
# wget https://raw.githubusercontent.com/jpmens/mqttwarn/main/docker-compose.yml
4+
# wget https://raw.githubusercontent.com/mqtt-tools/mqttwarn/main/docker-compose.yml
55
#
66
# 2. Create a directory for mqttwarn to store "mqttwarn.ini" and "funcs.py" in:
77
# mkdir /path/to/mqttwarn
88
#
99
# 3. Acquire "mqttwarn.ini":
10-
# wget https://raw.githubusercontent.com/jpmens/mqttwarn/main/mqttwarn/examples/basic/mqttwarn.ini -O /path/to/mqtwarn/mqttwarn.ini
10+
# wget https://raw.githubusercontent.com/mqtt-tools/mqttwarn/main/mqttwarn/examples/basic/mqttwarn.ini -O /path/to/mqtwarn/mqttwarn.ini
1111
#
1212
# 4. Define the location to the custom functions file within "mqttwarn.ini":
1313
#
@@ -16,7 +16,7 @@ version: '3'
1616

1717
services:
1818
mqttwarn:
19-
image: ghcr.io/jpmens/mqttwarn-full:latest
19+
image: ghcr.io/mqtt-tools/mqttwarn-full:latest
2020
container_name: mqttwarn
2121
restart: always
2222
volumes:

docs/configure/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ defining how messages will be filtered, decoded, and re-formatted while
7070
mqttwarn is processing them.
7171

7272

73-
.. _mqttwarn.ini: https://github.com/jpmens/mqttwarn/blob/main/mqttwarn/examples/basic/mqttwarn.ini
74-
.. _udf.py: https://github.com/jpmens/mqttwarn/blob/main/mqttwarn/examples/basic/udf.py
73+
.. _mqttwarn.ini: https://github.com/mqtt-tools/mqttwarn/blob/main/mqttwarn/examples/basic/mqttwarn.ini
74+
.. _udf.py: https://github.com/mqtt-tools/mqttwarn/blob/main/mqttwarn/examples/basic/udf.py

docs/configure/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,6 @@ item = {
246246
```
247247

248248

249-
[mqttwarn/services]: https://github.com/jpmens/mqttwarn/tree/main/mqttwarn/services
249+
[mqttwarn/services]: https://github.com/mqtt-tools/mqttwarn/tree/main/mqttwarn/services
250250
[`PYTHONPATH`]: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
251251
[`sys.path`]: https://docs.python.org/3/library/sys.html#sys.path

docs/configure/topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ targets = store-image:{camera}-{label}
170170
```
171171

172172

173-
[incorporate topic names into topic targets]: https://github.com/jpmens/mqttwarn/wiki/Incorporating-topic-names#incorporate-topic-names-into-topic-targets
173+
[incorporate topic names into topic targets]: https://github.com/mqtt-tools/mqttwarn/wiki/Incorporating-topic-names#incorporate-topic-names-into-topic-targets
174174
[`mosquitto_pub`]: https://mosquitto.org/man/mosquitto_pub-1.html

docs/configure/transformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ where you pick values of interest from your nested JSON document.
212212

213213
:::{todo}
214214
We are looking into providing a generic way to access nested elements at
215-
[access nested elements in JSON payloads](https://github.com/jpmens/mqttwarn/issues/303).
215+
[access nested elements in JSON payloads](https://github.com/mqtt-tools/mqttwarn/issues/303).
216216
In the meanwhile, for doing it in a custom way, please have a look at the
217217
(#nested-json-example).
218218
:::

0 commit comments

Comments
 (0)