Skip to content

Commit b7851a1

Browse files
authored
docs: fix broken links (#2867)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent 5cdb55a commit b7851a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jsii-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
jsii-config is a command line utility for configuring [jsii enabled modules](../../README.md). It is useful to help convert an existing typescript module to a jsii module. It can also be used to revise existing jsii compiler configuration optiions, such as adding a new language target.
44

5-
[See the jsii documentation](../../docs/configuration.md) for more information on how the configuration options affect jsii's output.
5+
[See the jsii documentation](https://aws.github.io/jsii/user-guides/lib-author/configuration/) for more information on how the configuration options affect jsii's output.
66

77
## Usage
88

@@ -14,7 +14,7 @@ jsii-config requires an existing package.json with the following fields:
1414
- main
1515
- author
1616

17-
For details on the content of these fields, [see the jsii documentation](../../docs/configuration.md#additional-requirements--extensions).
17+
For details on the content of these fields, [see the jsii documentation](https://aws.github.io/jsii/user-guides/lib-author/configuration/#additional-requirements-extensions).
1818

1919
jsii-config can be called via npx.
2020

0 commit comments

Comments
 (0)