From 590ae43c5dd1df13168e796d76ef9def4b70d83f Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Tue, 13 Dec 2016 11:12:49 +0100 Subject: [PATCH] Fix 404 on API link (#10693) --- r/pubsub_topic.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/pubsub_topic.html.markdown b/r/pubsub_topic.html.markdown index 9d8473bf..3f794e43 100644 --- a/r/pubsub_topic.html.markdown +++ b/r/pubsub_topic.html.markdown @@ -10,7 +10,7 @@ description: |- Creates a topic in Google's pubsub queueing system. For more information see [the official documentation](https://cloud.google.com/pubsub/docs) and -[API](https://cloud.google.com/pubsub/reference/rest/v1/projects.topics). +[API](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics). ## Example Usage