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

Commit 0ea68e3

Browse files
committed
use relative path to avoid 429 error
1 parent 582d773 commit 0ea68e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ way you can define a global callback once for all `log.write` and `log.delete` c
236236

237237
const log = logging.log('my-log', options);
238238
```
239-
See the full sample in `writeLogWithCallback` function [here](https://github.com/googleapis/nodejs-logging/blob/master/samples/logs.js).
239+
See the full sample in `writeLogWithCallback` function [here](../samples/logs.js).
240240
241241
242242
## Samples
243243
244-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-logging/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
244+
Samples are in the [`samples/`](../samples) directory. Each sample's `README.md` has instructions for running its sample.
245245
246246
| Sample | Source Code | Try it |
247247
| --------------------------- | --------------------------------- | ------ |

0 commit comments

Comments
 (0)