From 04812b60d2074a6784419441106f0b44d7f9c624 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) --- .../source/docs/providers/google/r/pubsub_topic.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/pubsub_topic.html.markdown b/website/source/docs/providers/google/r/pubsub_topic.html.markdown index 9d8473bf8..3f794e435 100644 --- a/website/source/docs/providers/google/r/pubsub_topic.html.markdown +++ b/website/source/docs/providers/google/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