Skip to content

Commit f0f570c

Browse files
committed
docs: update branches in version selector
1 parent a6662ff commit f0f570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/version-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function VersionSelector() {
147147
href={
148148
v.label === "latest"
149149
? `https://${DOCS_DOMAIN}`
150-
: `https://${v.label}--${DOCS_DOMAIN}`
150+
: `https://${v.branch}--${DOCS_DOMAIN}`
151151
}
152152
className={cn(
153153
"w-full text-left px-3 py-1.5 text-xs font-mono rounded hover:bg-accent focus:bg-accent focus:outline-none",

0 commit comments

Comments
 (0)