From 18315c750113e97cc74e8e5f922d72e3163310fa Mon Sep 17 00:00:00 2001 From: Fredrik Enestad Date: Wed, 24 Jan 2018 10:06:53 +0100 Subject: [PATCH] google cloud url led to 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e6271..b413faa 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ case result do end ``` Hints: -- Attributes have to be Strings (https://cloud.google.com/pubsub/reference/rest/v1/PubsubMessage) +- Attributes have to be Strings (https://cloud.google.com/pubsub/docs/reference/rest/v1/PubsubMessage) - We base64-encode the message by default (only mandatory when using json - https://cloud.google.com/pubsub/publisher) For more details, see the [documentation](http://hexdocs.pm/kane).