From 7534cb65370c550c2f4cba6cc04b57a0b3741d5f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 15 Dec 2025 14:52:22 -0800 Subject: [PATCH] docs(BigTable): Fixing markdown mistakes in samples README --- google-cloud-bigtable/samples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-bigtable/samples/README.md b/google-cloud-bigtable/samples/README.md index 1644efe6bbe4..02399f70e117 100644 --- a/google-cloud-bigtable/samples/README.md +++ b/google-cloud-bigtable/samples/README.md @@ -84,12 +84,12 @@ Expected output similar to: ### Hello World -View the [Hello World][hello_world.rb] sample to see a basic usage of +View the [Hello World](hello_world.rb) sample to see a basic usage of the Cloud Bigtable client library. ### Instance Admin -View the [source code][instanceadmin.rb]. +View the [source code](instanceadmin.rb). [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-ruby&page=editor&open_in_editor=google-cloud-bigtable/samples/instanceadmin.rb)