Skip to content

Commit 8462978

Browse files
committed
fix image link
1 parent 98e5d9e commit 8462978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/logging-winston/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ winston.add(transport, {
7474

7575
To format your request logs you can provide a `httpRequest` property as part of the log metadata you provide to winston. We will treat this as the [`HttpRequest`][http-request-message] message and Stackdriver logging will show this as a request log. Example:
7676

77-
+![Request Log Example](/doc/images/request-log.png)
77+
![Request Log Example](/packages/logging-winston/doc/images/request-log.png)
7878

7979
```js
8080
winston.info(`${req.url} endpoint hit`, {

0 commit comments

Comments
 (0)