Skip to content

Commit 791edec

Browse files
committed
Fix docs link
Tool: gitpod/catfood.gitpod.cloud
1 parent 1fb2aa8 commit 791edec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/repositories/list/RepoListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration, isSuggested, hand
9999
Add to suggested repos
100100
</DropdownMenuItem>
101101
<DropdownLinkMenuItem
102-
href="https://www.gitpod.io/docs/"
102+
href="https://www.gitpod.io/docs/configure/orgs/onboarding#suggested-repositories"
103103
className="gap-1 text-xs"
104104
target="_blank"
105105
rel="noreferrer"

0 commit comments

Comments
 (0)