Skip to content

Commit

Permalink
docs(cli): fix wrong link for CLI extension jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 29, 2017
1 parent fc9d89e commit c4571c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ cli.install(defineSupportCode)

When installed, you can access it from the global cucumber context in your own step definitions.
For available methods on the client, please refer to its own
[documentation](https://ekino.github.io/veggies/module-extensions_httpApi_client.html).
[documentation](https://ekino.github.io/veggies/module-extensions_Cli_Cli.html).

```javascript
defineSupportCode(({ When }) => {
Expand Down

0 comments on commit c4571c7

Please sign in to comment.