Skip to content

Commit

Permalink
fix(docs): invalid link of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz committed Mar 24, 2020
1 parent 08b9849 commit d7193f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ This example illustrates how to pass arguments to nodejs (as opposed to passing
The `data` attribute is optional, by default it includes the `node_modules` directory. To include your own
sources, include a file or target that produces JavaScript.

See the `examples/program` directory in this repository.
See the `examples/user_managed_deps` directory in this repository.

### Testing

The `examples/program/index.spec.js` file illustrates testing. Another usage is in https://github.com/angular/tsickle/blob/master/test/BUILD
The `examples/user_managed_deps/index.spec.js` file illustrates testing. Another usage is in https://github.com/angular/tsickle/blob/master/test/BUILD

### Debugging

Expand Down

0 comments on commit d7193f8

Please sign in to comment.