Skip to content

Commit e6bf9cd

Browse files
committed
fix link
1 parent 80a34d3 commit e6bf9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/cre/reference/sdk/http-client-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `Timeout` field specifies how long to wait for an HTTP request to complete b
5555

5656
**Format:**
5757

58-
- Use `*durationpb.Duration` from the [`google.golang.org/protobuf/types/known/durationpb` package](google.golang.org/protobuf/types/known/durationpb)
58+
- Use `*durationpb.Duration` from the [`google.golang.org/protobuf/types/known/durationpb` package](https://pkg.go.dev/google.golang.org/protobuf/types/known/durationpb)
5959
- Create using `durationpb.New()` with a `time.Duration` value
6060
- Or manually construct with `&durationpb.Duration{Seconds: int64}`
6161

0 commit comments

Comments
 (0)