Skip to content

Commit cd385dc

Browse files
JordonPhillipssyall
authored andcommitted
Update links to point to smithy.io
1 parent 4dd79b8 commit cd385dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/RestJsonProtocolGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* It handles reading and writing from document bodies, including generating any
6565
* functions needed for performing serde.
6666
*
67-
* @see <a href="https://awslabs.github.io/smithy/spec/http.html">Smithy HTTP protocol bindings.</a>
67+
* @see <a href="https://smithy.io/2.0/spec/http-bindings.html">Smithy HTTP protocol bindings.</a>
6868
*/
6969
abstract class RestJsonProtocolGenerator extends HttpBindingProtocolGenerator {
7070
private final Set<ShapeId> generatedDocumentBodyShapeSerializers = new HashSet<>();

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/XmlProtocolUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public static void handleDecodeError(GoWriter writer, String returnExtras) {
349349
* This method is used indirectly by generateErrorDispatcher to generate operation specific error handling functions
350350
*
351351
* @param context the generation context
352-
* @see <a href="https://awslabs.github.io/smithy/1.0/spec/aws/aws-restxml-protocol.html#operation-error-serialization">Rest-XML operation error serialization.</a>
352+
* @see <a href="https://smithy.io/2.0/aws/protocols/aws-restxml-protocol.html#error-response-serialization">Rest-XML operation error serialization.</a>
353353
*/
354354
public static void writeXmlErrorMessageCodeDeserializer(ProtocolGenerator.GenerationContext context) {
355355
GoWriter writer = context.getWriter().get();

0 commit comments

Comments
 (0)