Skip to content

Commit 7afaa48

Browse files
authored
fix(docs): invalid link of examples (#1728)
1 parent 08b9849 commit 7afaa48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ This example illustrates how to pass arguments to nodejs (as opposed to passing
8484
The `data` attribute is optional, by default it includes the `node_modules` directory. To include your own
8585
sources, include a file or target that produces JavaScript.
8686

87-
See the `examples/program` directory in this repository.
87+
See the `examples/user_managed_deps` directory in this repository.
8888

8989
### Testing
9090

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

9393
### Debugging
9494

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ node_repositories(package_json = ["//:package.json"])
5959

6060
You can choose a specific version of Node.js that's built into these rules.
6161
You can also choose a specific version of Yarn.
62-
Note that some of our packages have started to use features from Node 12, so you may see warnings if you use an older version.
62+
Note that some of our packages have started to use features from Node 12, so you may see warnings if you use an older version.
6363

6464
> Now that Node 12 is LTS (Long-term support) we encourage you to upgrade, and don't intend to fix bugs which are only observed in Node 10 or lower.
6565
@@ -359,7 +359,7 @@ filegroup(
359359
)
360360
```
361361

362-
The example in `examples/program` uses self-managed dependencies.
362+
The example in `examples/user_managed_deps` uses self-managed dependencies.
363363

364364
To use the Yarn package manager, which we recommend for its built-in
365365
verification command, you can run:

0 commit comments

Comments
 (0)