Skip to content

Commit 709d43e

Browse files
committed
Fix links in code comment
1 parent 0b4df45 commit 709d43e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ public void createProdInstance() {
150150
* Demonstrates how to create an instance within a provided project with tags.
151151
*
152152
* <p>Tags are a way to organize and govern resources across Google Cloud, see
153-
* [Creating and managing tags](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)
153+
* [Creating and managing tags](https://docs.cloud.google.com/resource-manager/docs/tags/tags-overview)
154154
*
155155
*
156156
* NOTE: Unlike labels, a tag (Key and Value) must be created before it can be
157157
* attached to a resource.
158-
* See [Creating and managing tags](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)
158+
* See [Creating and managing tags](https://docs.cloud.google.com/resource-manager/docs/tags/tags-overview)
159159
* and [Tags overview](https://docs.cloud.google.com/bigtable/docs/tags) for more information.
160160
*/
161161
public void createProdInstanceWithTags() {

0 commit comments

Comments
 (0)