diff --git a/README.md b/README.md index c60f2ce0..3c8580c8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features: - [x] Includes movie trailers - [x] Automatically renames media - [x] Supports multiple languages (TMDB supports internationalized Titles, Descriptions and Poster artwork) -- [x] Notifications - supports all major notification services (via [Apprise](https://github.com/caronc/apprise)) +- [x] Notifications - supports all major notification services (via [Apprise](https://github.com/caronc/apprise/tree/v0.9.3)) - [x] Imports existing libraries - [x] VPN integration (optional) - [x] Auto download subtitles via [opensubtitles](https://www.opensubtitles.com/) [api](https://opensubtitles.stoplight.io/) diff --git a/docs/USAGE.md b/docs/USAGE.md index 400ae6fe..b8972ef4 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -73,8 +73,8 @@ If you want to see the logs you can run: ## Notifications nefarious can send notifications (e.g. push notifications, email, sms) when media is downloaded. -See [Apprise](https://github.com/caronc/apprise) for documentation on how to construct the *Notification Url* for -the [available notification services](https://github.com/caronc/apprise#popular-notification-services). +See [Apprise](https://github.com/caronc/apprise/tree/v0.9.3) for documentation on how to construct the *Notification Url* for +the [available notification services](https://github.com/caronc/apprise/tree/v0.9.3#popular-notification-services). Enter the *Notification Url* on the settings page. You can test it from there to make sure it works as expected. diff --git a/src/frontend/src/app/settings/settings.component.html b/src/frontend/src/app/settings/settings.component.html index 6964ce35..df991fcb 100644 --- a/src/frontend/src/app/settings/settings.component.html +++ b/src/frontend/src/app/settings/settings.component.html @@ -172,7 +172,7 @@
Defining a Notification URL allows you to get notified when downloads are complete.
-nefarious uses Apprise for notifications which supports most major notification services.
+nefarious uses Apprise for notifications which supports most major notification services.