Skip to content

Commit 8ad39b7

Browse files
committed
test
1 parent b17821e commit 8ad39b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function SiteSectionTabs(props: { sections: ClientSiteSections }) {
101101
) : (
102102
<NavigationMenu.Link asChild>
103103
<SectionTab
104-
url={sectionOrGroup.url}
104+
url={sectionOrGroup.url.replace('https://', '/')}
105105
isActive={isActive}
106106
title={title}
107107
icon={icon ? (icon as IconName) : undefined}

0 commit comments

Comments
 (0)