Skip to content

Commit f7d3a0c

Browse files
Update README.md
correct paths
1 parent 6f2d1ba commit f7d3a0c

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
@@ -20,16 +20,16 @@ To implement this functionality, get the [value](https://js.devexpress.com/Docum
2020
## Files to Review
2121

2222
- **jQuery**
23-
- [index.html](jQuery/index.html)
23+
- [index.html](jQuery/src/index.html)
2424
- **Angular**
2525
- [app.component.html](Angular/src/app/app.component.html)
2626
- [app.component.ts](Angular/src/app/app.component.ts)
2727
- **Vue**
28-
- [App.vue](Vue/src/App.vue)
28+
- [Home.vue](Vue/src/components/HomeContent.vue)
2929
- **React**
30-
- [App.js](React/src/App.js)
31-
- **NetCore**
32-
- [Index.cshtml](NetCore/CascadingSelectBoxesSample/Views/Home/Index.cshtml)
30+
- [App.tsx](React/src/App.tsx)
31+
- **ASP.NET Core**
32+
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
3333

3434
## Documentation
3535

0 commit comments

Comments
 (0)