Skip to content

Commit

Permalink
Update links to point to smithy.io
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips authored and syall committed Jan 4, 2023
1 parent 4dd79b8 commit cd385dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* It handles reading and writing from document bodies, including generating any
* functions needed for performing serde.
*
* @see <a href="https://awslabs.github.io/smithy/spec/http.html">Smithy HTTP protocol bindings.</a>
* @see <a href="https://smithy.io/2.0/spec/http-bindings.html">Smithy HTTP protocol bindings.</a>
*/
abstract class RestJsonProtocolGenerator extends HttpBindingProtocolGenerator {
private final Set<ShapeId> generatedDocumentBodyShapeSerializers = new HashSet<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public static void handleDecodeError(GoWriter writer, String returnExtras) {
* This method is used indirectly by generateErrorDispatcher to generate operation specific error handling functions
*
* @param context the generation context
* @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>
* @see <a href="https://smithy.io/2.0/aws/protocols/aws-restxml-protocol.html#error-response-serialization">Rest-XML operation error serialization.</a>
*/
public static void writeXmlErrorMessageCodeDeserializer(ProtocolGenerator.GenerationContext context) {
GoWriter writer = context.getWriter().get();
Expand Down

0 comments on commit cd385dc

Please sign in to comment.