Skip to content

Commit 5d8816f

Browse files
authored
Merge pull request #309 from atapas/issue-306-doc-link-throws-404
Fixed the issue of 404 doc link. Now the link points to correct example
2 parents cd9b1aa + 930294c commit 5d8816f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The `Add` and `Modify` actions will take care of almost every case that plop is
391391
- The function must let plop known what’s happening through the return value. If you return a `Promise`, we won’t start other actions until the promise resolves. If you return a message (*String*), we know that the action is done and we’ll report the message in the status of the action.
392392
- A custom action fails if the promise is rejected, or the function throws an `Exception`
393393

394-
_See the [example plopfile](https://github.com/plopjs/plop/blob/master/example/plopfile.js) for a sample synchronous custom action._
394+
_See the [example plopfile](https://github.com/plopjs/plop/blob/master/tests/examples/javascript/plopfile.js) for a sample synchronous custom action._
395395

396396
## Comments
397397
Comment lines can be added to the actions array by adding a string in place of an action config object. Comments are printed to the screen when plop comes to them and have no functionality of their own.

0 commit comments

Comments
 (0)