From bc02e19831261da9460cc1982ddab524b3610daf Mon Sep 17 00:00:00 2001 From: George Wilde Date: Sun, 23 Sep 2018 21:49:16 +0100 Subject: [PATCH] docs: correct path reference in upgrade guide (#26072) The incorrect path is referenced, this is confusing to users following the "Upgrading from AngularJS" guide. PR Close #26072 --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 6cd607a004..8b36216d6f 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1279,7 +1279,7 @@ The arguments are the same as you would pass to `angular.bootstrap` if you were bootstrapping AngularJS: the root element of the application; and an array of the AngularJS 1.x modules that you want to load. -Finally, bootstrap the `AppModule` in `src/main.ts`. +Finally, bootstrap the `AppModule` in `app/main.ts`. This file has been configured as the application entrypoint in `systemjs.config.js`, so it is already being loaded by the browser.