Skip to content

Commit

Permalink
chore(docs): fix missing link target
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Jan 22, 2021
1 parent 590681a commit 187b4bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gh-pages/content/specification/2-type-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,10 @@ _submodules_ nested under it.

## Code Generation

In order to generate code in various programming languages, [`jsii-pacmak`] needs configuration that provides naming
directives (e.g: **Java** package names, **C#** namespaces, **Python** module names, ...). This configuration is
language-specific and each language implementation specifies and documents its own configuration schema.
In order to generate code in various programming languages, [`jsii-pacmak`][jsii-pacmak] needs configuration that
provides naming directives (e.g: **Java** package names, **C#** namespaces, **Python** module names, ...). This
configuration is language-specific and each language implementation specifies and documents its own configuration
schema.

Configuration is sourced in the `package.json` file at the root of the npm package, under the special `jsii` key. The
general schema is described in the [configuration] document.
Expand Down

0 comments on commit 187b4bb

Please sign in to comment.