Skip to content

Commit

Permalink
fix broken config link
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Apr 10, 2024
1 parent e81da4a commit d367d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To actually run Codyze you must specify a subcommand:
```shell
$ ./gradlew run --args="--config=config.json runCoko cokoCpg"
```
This will run the `runCoko` subcommand with the `cokoCpg` backend using the demo config file [`./codyze-cli/config.json`](./codyze-cli/codyze.json).
This will run the `runCoko` subcommand with the `cokoCpg` backend using the demo config file [`./codyze-cli/config.json`](./codyze-cli/config.json).

For more information, please refer to the [documentation](https://www.codyze.io).

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To append the data from the command line to the one from the configuration file,
## Configuration File
The configurations can also be defined with a JSON configuration file.
Use the option `--config=<filepath>` to specify the path to the config file.
The configuration from `codyze.json` will always be loaded if no other file is specified.
The configuration from `./codyze.json` will always be loaded if no other file is specified.

Relative paths in the configuration file are resolved relative to the configuration file location.

Expand Down

0 comments on commit d367d84

Please sign in to comment.