Skip to content

Commit 47e23f6

Browse files
authored
Fix broken links for ts-ssdk related content. (#1568)
1 parent 29a9313 commit 47e23f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For Client SDK code generation, the `typescript-client-codegen` plugin provides
88

99
> Note: Node.js support includes versions >= 18, and is subject to change.
1010
11-
For Server SDK code generation, the `typescript-server-codegen` plugin provides a framework for generating server scaffolding at a higher level of abstraction and with type safety. More documentation can be found at in [the `typescript-server-codegen` documentation](#server-sdk-code-generation-typescript-server-codegen-plugin), or [smithy.io](https://smithy.io/2.0/ts-ssdk/index.html).
11+
For Server SDK code generation, the `typescript-server-codegen` plugin provides a framework for generating server scaffolding at a higher level of abstraction and with type safety. More documentation can be found at in [the `typescript-server-codegen` documentation](#server-sdk-code-generation-typescript-server-codegen-plugin), or [smithy.io](https://smithy.io/2.0/languages/typescript/ts-ssdk/index.html).
1212

1313
## Generating a client
1414

@@ -431,7 +431,7 @@ A generated client is a package that is ready to be published. After running `sm
431431

432432
### Server SDK code generation: `typescript-server-codegen` plugin
433433

434-
For documentation of `typescript-server-codegen` artifacts and implementation, see [the Smithy TypeScript Server SDK walkthrough](https://smithy.io/2.0/ts-ssdk/index.html) and [Developer Preview announcement blog post](https://aws.amazon.com/blogs/devops/smithy-server-and-client-generator-for-typescript).
434+
For documentation of `typescript-server-codegen` artifacts and implementation, see [the Smithy TypeScript Server SDK walkthrough](https://smithy.io/2.0/languages/typescript/ts-ssdk/index.html) and [Developer Preview announcement blog post](https://aws.amazon.com/blogs/devops/smithy-server-and-client-generator-for-typescript).
435435

436436
#### `typescript-server-codegen` plugin configuration
437437

@@ -451,7 +451,7 @@ For documentation of `typescript-server-codegen` artifacts and implementation, s
451451
| `private` | No | Whether the package is `private` in `package.json`. The default value is `false`. |
452452
| `requiredMemberMode` | No | **NOT RECOMMENDED DUE TO BACKWARD COMPATIBILITY CONCERNS.** Sets whether members marked with the `@required` trait are allowed to be `undefined`. See more details on the risks in `TypeScriptSettings.RequiredMemberMode`. The default value is `nullable`. |
453453
| `createDefaultReadme` | No | Whether to generate a default `README.md` for the package. The default value is `false`. |
454-
| `disableDefaultValidation` | No | Whether or not default validation is disabled. See [the documentation for Smithy TypeScript SSDK validation](https://smithy.io/2.0/ts-ssdk/validation.html) to learn more. The default value is `false`. |
454+
| `disableDefaultValidation` | No | Whether or not default validation is disabled. See [the documentation for Smithy TypeScript SSDK validation](https://smithy.io/2.0/languages/typescript/ts-ssdk/validation.html) to learn more. The default value is `false`. |
455455

456456
### Adding customizations to Smithy TypeScript
457457

0 commit comments

Comments
 (0)