Skip to content

Commit 8f5b096

Browse files
authored
Apply suggestions from code review
1 parent ff2927b commit 8f5b096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- x-release-please-end -->
88

9-
The Kernel Go library provides convenient access to the [Kernel REST API](https://docs.kernel.com)
9+
The Kernel Go library provides convenient access to the [Kernel REST API](https://www.kernel.sh/docs/api-reference)
1010
from applications written in Go.
1111

1212
It is generated with [Stainless](https://www.stainless.com/).

option/requestoption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func WithRequestTimeout(dur time.Duration) RequestOption {
263263
// environment to be the "production" environment. An environment specifies which base URL
264264
// to use by default.
265265
func WithEnvironmentProduction() RequestOption {
266-
return requestconfig.WithDefaultBaseURL("https://api.kernel.com/")
266+
return requestconfig.WithDefaultBaseURL("https://api.onkernel.com/")
267267
}
268268

269269
// WithEnvironmentDevelopment returns a RequestOption that sets the current

0 commit comments

Comments
 (0)