Skip to content

Commit

Permalink
docs: fix broken links (#2867)
Browse files Browse the repository at this point in the history
---

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
  • Loading branch information
Chriscbr authored Jun 3, 2021
1 parent 5cdb55a commit b7851a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jsii-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

[See the jsii documentation](../../docs/configuration.md) for more information on how the configuration options affect jsii's output.
[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.

## Usage

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

For details on the content of these fields, [see the jsii documentation](../../docs/configuration.md#additional-requirements--extensions).
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).

jsii-config can be called via npx.

Expand Down

0 comments on commit b7851a1

Please sign in to comment.