From 45c05a0896bb4e9d5ac64f2dafcb5a2f4135be31 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 4 Oct 2022 19:52:30 +0000 Subject: [PATCH] Fix additional .md on port-forwarding docs --- docs/quickstart/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/aws.md b/docs/quickstart/aws.md index 4fca0d1705..4e0d40aa59 100644 --- a/docs/quickstart/aws.md +++ b/docs/quickstart/aws.md @@ -147,6 +147,6 @@ Congrats! You can now navigate to your Coder dashboard and use this Linux on AWS ## Next Steps -- [Port-forward](../networking/port-forwarding.md.md) +- [Port-forward](../networking/port-forwarding.md) - [Learn more about template configuration](../templates.md) - [Configure more IDEs](../ides/web-ides.md)