Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc1602a

Browse files
authored
fix: enterprise link for groups (#4491)
1 parent c619138 commit cc1602a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/GroupsPage/GroupsPageView.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const GroupsPageView: React.FC<GroupsPageViewProps> = ({
5050
<Stack direction="row" alignItems="center">
5151
<Link
5252
underline="none"
53-
href="https://coder.com/docs/coder-oss/latest/admin/upgrade"
53+
href="https://coder.com/docs/coder-oss/latest/admin/enterprise"
5454
target="_blank"
5555
rel="noreferrer"
5656
>
@@ -60,7 +60,7 @@ export const GroupsPageView: React.FC<GroupsPageViewProps> = ({
6060
</Link>
6161
<Link
6262
underline="none"
63-
href="https://coder.com/docs/coder-oss/latest/admin/upgrade"
63+
href="https://coder.com/docs/coder-oss/latest/admin/groups"
6464
target="_blank"
6565
rel="noreferrer"
6666
>

0 commit comments

Comments
 (0)