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 8ad39b7Copy full SHA for 8ad39b7
packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx
@@ -101,7 +101,7 @@ export function SiteSectionTabs(props: { sections: ClientSiteSections }) {
101
) : (
102
<NavigationMenu.Link asChild>
103
<SectionTab
104
- url={sectionOrGroup.url}
+ url={sectionOrGroup.url.replace('https://', '/')}
105
isActive={isActive}
106
title={title}
107
icon={icon ? (icon as IconName) : undefined}
0 commit comments