diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index b9135b57f4..47328af9a6 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -23,7 +23,6 @@ figure.image-display img(src='/resources/images/devguide/quickstart/my-first-app.png' alt="Output of quickstart app") :marked Here is the file structure: - .filetree .file angular2-quickstart .children @@ -31,7 +30,7 @@ figure.image-display .children .file app.component.js .file boot.js - .file index.htm + .file index.html .file license.md :marked Functionally, it's an `index.html` and two JavaScript files in an `app/` folder. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 0e1e334a0b..7805b6eb91 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -30,7 +30,7 @@ figure.image-display .children .file app.component.ts .file boot.ts - .file index.htm + .file index.html .file license.md :marked Functionally, it's an `index.html` and two TypeScript files in an `app/` folder.