Skip to content

Commit 91d8900

Browse files
authored
Update readme.md
1 parent 9e227f7 commit 91d8900

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,23 @@ when the text is empty or same name as original name,.
9292

9393
Enable/disable components.
9494

95-
### [07 ColorPicker](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/07_Colorpicker)
95+
### [07 ColorPicker](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/07_ColorPicker)
9696

9797
Simple color picker demo (show how properties work).
9898

9999
### [08 ColorPicker Refactor](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/08_ColorPickerRefactor)
100100

101101
ColorPicker refactor.
102102

103-
### [09 Sidebar](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/10_Sidebar)
103+
### [09 Sidebar](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/09_Sidebar)
104104

105105
Implementation of a single sidebar.
106106

107-
### [10 Table Mock](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/11_TableMock)
107+
### [10 Table Mock](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/10_TableMock)
108108

109109
Render a table and use a child component to render each row, using mock data.
110110

111-
### [11 Table Axios](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/12_TableAxios)
111+
### [11 Table Axios](https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/11_TableAxios)
112112

113113
Starting from sample 10, remove mock data, hit a real REST API (Github api), use
114114
axios to perform the fetch call.

0 commit comments

Comments
 (0)