File tree Expand file tree Collapse file tree
packages/web/src/app/onboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function MemberApprovalRequiredToggle() {
8585 < p className = "text-sm text-[var(--muted-foreground)] leading-relaxed" >
8686 When enabled, new users will need approval from an organization owner before they can access your deployment.{ " " }
8787 < a
88- href = "https://docs.sourcebot.dev/docs/configuration/auth/overview#approving-new -members"
88+ href = "https://docs.sourcebot.dev/docs/configuration/auth/inviting -members"
8989 target = "_blank"
9090 rel = "noopener"
9191 className = "underline text-[var(--primary)] hover:text-[var(--primary)]/80 transition-colors"
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export default async function Onboarding({ searchParams }: OnboardingProps) {
138138 } ,
139139 {
140140 id : "complete" ,
141- title : "You' re All Set!" ,
141+ title : "You' re All Set!" ,
142142 subtitle : (
143143 < >
144144 Your Sourcebot deployment is ready. Check out these resources to get started.
You can’t perform that action at this time.
0 commit comments