Skip to content

Commit b390d59

Browse files
fix readme links
1 parent df22b3c commit b390d59

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,22 @@ This example demonstrates how to implement cascading DropDownBoxes. The main ide
1212
## Files to Review
1313

1414
- **jQuery**
15-
- [index.html](jQuery/index.html)
15+
- [index.html](jQuery/src/index.html)
16+
- [index.js](jQuery/src/index.js)
1617
- **Angular**
1718
- [app.component.html](Angular/src/app/app.component.html)
1819
- [app.component.ts](Angular/src/app/app.component.ts)
1920
- **Vue**
20-
- [App.vue](Vue/src/App.vue)
21+
- [Home.vue](Vue/src//components/HomeContent.vue)
22+
- [StateDropDownBoxComponent](Vue/src/components/StateDropDownBoxComponent.vue)
23+
- [CityDropDownBoxComponent](Vue/src/components/CityDropDownBoxComponent.vue)
24+
- [DropDownSaveBtnComponent](Vue/src/components/DropDownSaveBtnComponent.vue)
2125
- **React**
22-
- [App.js](React/src/App.js)
26+
- [App.tsx](React/src/App.tsx)
27+
- [DropDownBox.tsx](React/src/components/MultipleDropDownBox.tsx)
28+
- [DropDownBoxSaveButton](React/src/components/DropDownBoxSave.tsx)
2329
- **ASP.Net**
24-
- [Index.cshtml](ASP.NET/DevExtremeAspNetCoreApp1/Views/Home/Index.cshtml)
30+
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
2531

2632
## Documentation
2733

0 commit comments

Comments
 (0)