Skip to content

Commit

Permalink
docs: fix links to package-config in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost91- committed Jan 31, 2022
1 parent 7b38bba commit 4fa263a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configuration using the `aipSetup` hook event.
## Adding support for new systems and modules

Adding support for a new system in AIP is quite simple. All that is needed is adding a corresponding entry in the
[`package-config.js`](src/modules/package-config.js) file.
[`package-config.js`](src/module/package-config.js) file.

Modules can add their own configuration to the `packageConfig` that is passed as a parameter with the `aipSetup` hook
event.
Expand All @@ -19,7 +19,7 @@ event.
`game.modules.get("autocomplete-inline-properties").API.PACKAGE_CONFIG` during the `init` hook event is deprecated and
will be removed in a future version.

The [`package-config.js`](src/modules/package-config.js) file contains detailed documentation that explains the structure
The [`package-config.js`](src/module/package-config.js) file contains detailed documentation that explains the structure
of the AIP configuration. Additionally, the configurations for the already supported systems can serve as examples.

For convenience here is a short overview of the configuration.
Expand Down

0 comments on commit 4fa263a

Please sign in to comment.