Skip to content

Commit 64b9bc1

Browse files
authored
fix: update licensing info URL on sign up page (coder#17657)
1 parent e37ddd4 commit 64b9bc1

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 { type FormikContextType, useFormik } from "formik";
2020
import type { 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)