Skip to content

Commit 2606ac0

Browse files
committed
fix: Broken "Learn more" link in Listening Ports popup
Signed-off-by: Aaron Lehmann <alehmann@netflix.com>
1 parent 354d0fc commit 2606ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/PortForwardButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
235235
>
236236
<HelpTooltipTitle>Listening Ports</HelpTooltipTitle>
237237
<HelpTooltipLink
238-
href={docs("admin/networking/port-forwarding#dashboard")}
238+
href={docs("/admin/networking/port-forwarding#dashboard")}
239239
>
240240
Learn more
241241
</HelpTooltipLink>

0 commit comments

Comments
 (0)