Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-01 13:12:55 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-01 13:31:05 +0300
commit288ea5e9e44b42560bdd11c44a78510e1956c776 (patch)
tree5cb708461930a8f29f98b649802e1dd47d82655d /README.md
parented428b9894a8b64c55ccf80714227cf300e0b388 (diff)
Adjust the repository URLs
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 496e573..735ea0b 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,17 @@ An app that notifies the user about important events of other apps.
## QA metrics on master branch:
-[![Build Status](https://travis-ci.org/owncloud/notifications.svg?branch=master)](https://travis-ci.org/owncloud/notifications)
-[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/notifications/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/notifications/?branch=master)
-[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/notifications/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/notifications/?branch=master)
+[![Build Status](https://travis-ci.org/nextcloud/notifications.svg?branch=master)](https://travis-ci.org/nextcloud/notifications)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/notifications/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/notifications/?branch=master)
+[![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/notifications/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/notifications/?branch=master)
## Screenshots
### No notifications (Sample)
**Note:**
-In ownCloud 8.2 the app hides itself, when there is no app registered,
-that creates notifications. In this case the bell and the dropdown are not
-accessible.
+The app hides itself, when there is no app registered, that creates
+notifications. In this case the bell and the dropdown are not accessible.
![Build Status](img/sample-empty.png)
@@ -26,7 +25,7 @@ accessible.
## Notification workflow
For information how to make your app interact with the notifications app, see
-[Sending and processing/"mark as read" notifications as an ownCloud App](https://github.com/owncloud/notifications/blob/master/docs/notification-workflow.md)
+[Sending and processing/"mark as read" notifications as an Nextcloud App](https://github.com/nextcloud/notifications/blob/master/docs/notification-workflow.md)
in the wiki.
-If you want to present notifications as a client, see [Reading and deleting notifications as an ownCloud Client](https://github.com/owncloud/notifications/blob/master/docs/ocs-endpoint-v1.md).
+If you want to present notifications as a client, see [Reading and deleting notifications as an Nextcloud Client](https://github.com/nextcloud/notifications/blob/master/docs/ocs-endpoint-v1.md).