Skip to content

Commit 0c9e395

Browse files
authored
Increase rollout of markdown stable links to 50% (#4228)
1 parent 4b78672 commit 0c9e395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gitbook/src/lib/data

packages/gitbook/src/lib/data/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function createDataFetcher(
9191
if (
9292
isRollout({
9393
discriminator: params.spaceId,
94-
percentageRollout: 20,
94+
percentageRollout: 50,
9595
})
9696
) {
9797
return getRevisionPageMarkdown(input, {

0 commit comments

Comments
 (0)