Skip to content

Commit cb5c889

Browse files
committed
Update README.md
1 parent 3783302 commit cb5c889

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ In our particular case, we use a custom editing form to select a seat for a chos
1717
## Files to Review
1818

1919
- **jQuery**
20-
- [index.html](jQuery/index.html)
21-
- [index.js](jQuery/index.js)
20+
- [index.html](jQuery/src/index.html)
21+
- [index.js](jQuery/src/index.js)
2222
- **Angular**
2323
- [app.component.html](Angular/src/app/app.component.html)
2424
- [app.component.ts](Angular/src/app/app.component.ts)
2525
- **Vue**
26-
- [App.vue](Vue/src/App.vue)
26+
- [HomeContent.vue](Vue/src/components/HomeContent.vue)
2727
- **React**
28-
- [App.js](React/src/App.js)
28+
- [App.tsx](React/src/App.tsx)
2929
- **ASP.Net Core**
30-
- [Index.cshtml](ASP.NET%20Core/ASP.NET%20Core/Views/Home/Index.cshtml)
30+
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
3131

3232
## Documentation
3333

0 commit comments

Comments
 (0)