From 8f2aca1fad0ed4e25d15b596eef90ba9fc601079 Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Sun, 9 Jul 2017 21:41:42 +0100 Subject: [PATCH] added notifications to feature list --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 16f14156..0943180c 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,9 @@ Keel provides several key features: * __[DockerHub Webhooks](https://docs.docker.com/docker-hub/webhooks/) support__ - Keel accepts dockerhub style webhooks on `/v1/webhooks/dockerhub` endpoint. Impacted deployments will be identified and updated. -* __[Polling](https://keel.sh/install/#polling-trigger)__ - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for changed SHA digest. +* __[Polling](https://keel.sh/user-guide/#polling-deployment-example)__ - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for changed SHA digest. + +* __Notifications__ - out of the box Keel has Slack and standard webhook notifications, more info [here](https://keel.sh/user-guide/#notifications)