Skip to content

Commit

Permalink
docs(file-system): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Jul 19, 2017
1 parent 4847a46 commit 2df4c72
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 @@ -728,7 +728,7 @@ Then:

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

```javascript
defineSupportCode(({ Then }) => {
Expand Down
2 changes: 1 addition & 1 deletion doc/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ fileSystem.install(defineSupportCode)

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

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

0 comments on commit 2df4c72

Please sign in to comment.