You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
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
Copy file name to clipboardExpand all lines: packages/jsii-config/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
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.
6
6
7
7
## Usage
8
8
@@ -14,7 +14,7 @@ jsii-config requires an existing package.json with the following fields:
14
14
- main
15
15
- author
16
16
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).
0 commit comments