Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64b9bc1

Browse files
authored
fix: update licensing info URL on sign up page (#17657)
1 parente37ddd4 commit64b9bc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎site/src/pages/SetupPage/SetupPageView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { SignInLayout } from "components/SignInLayout/SignInLayout";
1818
import{Stack}from"components/Stack/Stack";
1919
import{typeFormikContextType,useFormik}from"formik";
2020
importtype{ChangeEvent,FC}from"react";
21-
import{docs}from"utils/docs";
2221
import{
2322
getFormHelpers,
2423
nameValidator,
@@ -247,7 +246,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
247246
quotas, and more.
248247
</span>
249248
<Link
250-
href={docs("/licensing")}
249+
href="https://coder.com/pricing"
251250
target="_blank"
252251
css={{marginTop:4,display:"inline-block",fontSize:13}}
253252
>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp