Skip to content

Commit d3a5639

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

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)