diff --git a/docs/index.md b/docs/index.md index 99833cc555..0c53ef464a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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