We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17821e commit c8f2a6dCopy full SHA for c8f2a6d
packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx
@@ -101,7 +101,10 @@ export function SiteSectionTabs(props: { sections: ClientSiteSections }) {
101
) : (
102
<NavigationMenu.Link asChild>
103
<SectionTab
104
- url={sectionOrGroup.url}
+ url={sectionOrGroup.url.replace(
105
+ 'https://',
106
+ 'https://pr3057.gitbook-open.pages.dev/'
107
+ )}
108
isActive={isActive}
109
title={title}
110
icon={icon ? (icon as IconName) : undefined}
0 commit comments