Skip to content

Commit 3c9a9c7

Browse files
aaronlehmannmatifali
authored andcommitted
fix: fix broken 'Learn more' link in Listening Ports popup (#15777)
Signed-off-by: Aaron Lehmann <alehmann@netflix.com> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent d9bb969 commit 3c9a9c7

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)