updated documentation to link to the wiki

This commit is contained in:
Chris Caron 2018-12-16 15:44:28 -05:00
parent 52bcb5047d
commit 4ee5ac22bd
2 changed files with 6 additions and 2 deletions

4
README
View File

@ -13,7 +13,7 @@ System Administrators who wish to send a notification from a scheduled task or f
Supported Notifications
=======================
The section identifies all of the services supported by this script.
The section identifies all of the services supported by this script. For more indepth details on how each of these notification services work, check out the wiki here: https://github.com/caronc/apprise/wiki/
Popular Notification Services
-----------------------------
@ -199,3 +199,5 @@ To send a notification from within your python application, just do the followin
title='my notification title',
body='what a great notification service!',
)
If you're interesting in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API

View File

@ -22,7 +22,7 @@ System Administrators who wish to send a notification from a scheduled task or f
[![Patreon](http://repo.nuxref.com/pub/img/patreondonate.svg)](https://www.patreon.com/lead2gold)
## Supported Notifications
The section identifies all of the services supported by this script.
The section identifies all of the services supported by this library. [Check out the wiki for more information on the supported modules here](https://github.com/caronc/apprise/wiki).
### Popular Notification Services
The table below identifies the services this tool supports and some example service urls you need to use in order to take advantage of it.
@ -108,3 +108,5 @@ apobj.notify(
body='what a great notification service!',
)
```
If you're interesting in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API