Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 7f778db

Browse files
authored
fix: Change image in readme to a static link (#1306)
Fixes #1303
1 parent e702831 commit 7f778db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.readme-partials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ introduction: |-
1313
1414
For an interactive tutorial on using the client library in a Node.js application, click Guide Me:
1515
16-
[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
16+
[![Guide Me](https://raw.githubusercontent.com/googleapis/nodejs-logging/main/_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
1717
body: |-
1818
## Batching Writes
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install @google-cloud/logging-min
2424

2525
For an interactive tutorial on using the client library in a Node.js application, click Guide Me:
2626

27-
[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
27+
[![Guide Me](https://raw.githubusercontent.com/googleapis/nodejs-logging/main/_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
2828

2929

3030
A comprehensive list of changes in each version may be found in

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install @google-cloud/logging-min
2020

2121
For an interactive tutorial on using the client library in a Node.js application, click Guide Me:
2222

23-
[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
23+
[![Guide Me](https://raw.githubusercontent.com/googleapis/nodejs-logging/main/_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-nodejs)
2424

2525
## Table of Contents
2626

0 commit comments

Comments
 (0)