From 8a5b197634949dc486e7cf83f856b276e7bd2695 Mon Sep 17 00:00:00 2001 From: Vincent Oord Date: Fri, 10 Jun 2016 17:40:23 +0200 Subject: [PATCH] Fix link to Pushwoosh documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1bdf9..153976f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Pushwoosh::PushNotification.new(auth_hash).notify_devices(message, devices, othe ```auth_hash = { auth: '55555-5555', application: '1234zxcvb' }``` -for ```other_options``` hash you can see the [https://www.pushwoosh.com/programming-push-notification/pushwoosh-push-notification-remote-api/#PushserviceAPI-Method-messages-create](http://) and you can choose any key you want +for ```other_options``` hash you can see the [Pushwoosh Documentation](https://www.pushwoosh.com/programming-push-notification/pushwoosh-push-notification-remote-api/#PushserviceAPI-Method-messages-create) and you can choose any key you want ### If you're using Rails: