|
|
@@ -137,10 +137,10 @@ You can send a message during a workflow run with curl. Here is an example sendi
|
|
|
|
|
|
## Changedetection.io
|
|
|
ntfy is an excellent choice for getting notifications when a website has a change sent to your mobile (or desktop),
|
|
|
-[changedetection.io](https://changedetection.io) or [https://github.com/dgtlmoon/changedetection.io](https://github.com/dgtlmoon/changedetection.io)
|
|
|
+[changedetection.io](https://changedetection.io) or on GitHub ([dgtlmoon/changedetection.io](https://github.com/dgtlmoon/changedetection.io))
|
|
|
uses [apprise](https://github.com/caronc/apprise) library for notification integrations.
|
|
|
|
|
|
-To add any ntfy(s) notification to a website change simply add the [NTFY style URL](https://github.com/caronc/apprise/wiki/Notify_ntfy)
|
|
|
+To add any ntfy(s) notification to a website change simply add the [ntfy style URL](https://github.com/caronc/apprise/wiki/Notify_ntfy)
|
|
|
to the notification list.
|
|
|
|
|
|
For example `ntfy://{topic}` or `ntfy://{user}:{password}@{host}:{port}/{topics}`
|