You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,12 +236,12 @@ way you can define a global callback once for all `log.write` and `log.delete` c
236
236
237
237
constlog=logging.log('my-log', options);
238
238
```
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).
240
240
241
241
242
242
## Samples
243
243
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.
0 commit comments