Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3c9a9c7

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 parentd9bb969 commit3c9a9c7

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)

[8]ページ先頭

©2009-2025 Movatter.jp