Skip to content

Commit 0169e9a

Browse files
authored
Merge pull request #183 from hishamco/fix-docs
Fix control docs links
2 parents ee397e2 + 8971932 commit 0169e9a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ Portions of the [original .NET Framework](https://github.com/microsoft/reference
2121
There are a significant number of controls in ASP.NET Web Forms, and we will focus on creating components in the following order:
2222

2323
- Editor Controls
24-
- [AdRotator](docs/AdRotator.md)
25-
- [Button](docs/Button.md)
26-
- [HiddenField](docs/HiddenField.md)
27-
- [HyperLink](docs/HyperLink.md)
28-
- [Image](docs/Image.md)
29-
- [ImageButton](docs/ImageButton.md)
30-
- [Label](docs/Label.md)
31-
- [LinkButton](docs/LinkButton.md)
32-
- [Literal](docs/Literal.md)
24+
- [AdRotator](docs/EditorControls/AdRotator.md)
25+
- [Button](docs/EditorControls/Button.md)
26+
- [HiddenField](docs/EditorControls/HiddenField.md)
27+
- [HyperLink](docs/EditorControls/HyperLink.md)
28+
- [Image](docs/EditorControls/Image.md)
29+
- [ImageButton](docs/EditorControls/ImageButton.md)
30+
- [Label](docs/EditorControls/Label.md)
31+
- [LinkButton](docs/EditorControls/LinkButton.md)
32+
- [Literal](docs/EditorControls/Literal.md)
3333
- Data Controls
3434
- Chart(?)
35-
- [DataList](docs/DataList.md)
35+
- [DataList](docs/DataControls/DataList.md)
3636
- DataPager
3737
- DetailsView
38-
- [FormView](docs/FormView.md)
39-
- [GridView](docs/GridView.md)
40-
- [ListView](docs/ListView.md)
41-
- [Repeater](docs/Repeater.md)
38+
- [FormView](docs/DataControls/FormView.md)
39+
- [GridView](docs/DataControls/GridView.md)
40+
- [ListView](docs/DataControls/ListView.md)
41+
- [Repeater](docs/DataControls/Repeater.md)
4242
- Validation Controls
4343
- CompareValidator
44-
- [CustomValidator](docs/CustomValidator.md)
44+
- [CustomValidator](docs/ValidationControls/CustomValidator.md)
4545
- RangeValidator
46-
- [RegularExpressionValidator](docs/RegularExpressionValidator.md)
47-
- [RequiredFieldValidator](docs/RequiredFieldValidator.md)
48-
- [ValidationSummary](docs/ValidationSummary.md)
46+
- [RegularExpressionValidator](docs/ValidationControls/RegularExpressionValidator.md)
47+
- [RequiredFieldValidator](docs/ValidationControls/RequiredFieldValidator.md)
48+
- [ValidationSummary](docs/ValidationControls/ValidationSummary.md)
4949
- Navigation Controls
5050
- Menu
5151
- SiteMapPath
52-
- [TreeView](docs/TreeView.md)
52+
- [TreeView](docs/NavigationControls/TreeView.md)
5353
- Login Controls
5454
- ChangePassword
5555
- Login
@@ -64,8 +64,8 @@ We will NOT be converting any DataSource objects, Wizard components, skins or th
6464

6565
There are a handful of features that augment the ASP<span></span>.NET development experience that are made available as part of this project in order to support migration efforts. Importantly, these features are NOT implemented the same way that they are in Web Forms, but rather have the same API and behave in a proper Blazor fashion. These features include:
6666

67-
- [DataBinder](docs/Databinder.md)
68-
- [ViewState](docs/ViewState.md)
67+
- [DataBinder](docs/UtilityFeatures/Databinder.md)
68+
- [ViewState](docs/UtilityFeatures/ViewState.md)
6969

7070
## Compiling the project
7171

0 commit comments

Comments
 (0)