File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
1010from applications written in Go.
1111
1212It is generated with [ Stainless] ( https://www.stainless.com/ ) .
Original file line number Diff line number Diff 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.
265265func 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
You can’t perform that action at this time.
0 commit comments