From 6033c49498a2d9d0ac0fbcd0209bb71b7accc1f0 Mon Sep 17 00:00:00 2001 From: Walter Dolce Date: Sat, 22 Oct 2016 18:34:59 +0100 Subject: [PATCH] Fix link pointing to GCE docs This partially fixes #9522. Not sure about the first link reported. --- .../providers/google/r/compute_instance_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_instance_group.html.markdown b/website/source/docs/providers/google/r/compute_instance_group.html.markdown index ae889e13b..c6061eb87 100644 --- a/website/source/docs/providers/google/r/compute_instance_group.html.markdown +++ b/website/source/docs/providers/google/r/compute_instance_group.html.markdown @@ -10,7 +10,7 @@ description: |- The Google Compute Engine Instance Group API creates and manages pools of homogeneous Compute Engine virtual machine instances from a common instance -template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/unmanaged-groups) +template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/#unmanaged_instance_groups) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroups) ## Example Usage