From 431191aa0806e3369dd5e4dba7a5ea8266f64e2a Mon Sep 17 00:00:00 2001 From: Yash Mewada <128434488+yasmewad@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:24:22 -0700 Subject: [PATCH] Fix README link for smithy-java quickstart guide --- smithy-java-examples/quickstart-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smithy-java-examples/quickstart-java/README.md b/smithy-java-examples/quickstart-java/README.md index c43817a..621dbe1 100644 --- a/smithy-java-examples/quickstart-java/README.md +++ b/smithy-java-examples/quickstart-java/README.md @@ -3,7 +3,7 @@ This project provides a template to get started using [Smithy Java](https://github.com/smithy-lang/smithy-java/) to create Java clients and servers. -For more information on this example, see the [Smithy Java Quickstart Guide](https://smithy.io/2.0/java/quickstart.html). +For more information on this example, see the [Smithy Java Quickstart Guide](https://smithy.io/2.0/languages/java/quickstart.html). ### Layout