Skip to content

Commit da95495

Browse files
committed
updated links to content
1 parent 8331b53 commit da95495

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ To provide reference materials for a variety of topics encountered when using Re
77
## Section Quick Link Access:
88

99
### React Content Example Links
10-
######      [Routing](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/App.js)
11-
######      [Class Component](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/Lifecycle/Lifecycle.js)
12-
######      [Component Lifecycle](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/Lifecycle/Lifecycle.js)
13-
######      [Managing State in Class Component](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/State/State.js)
14-
######      [Props](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/DataChild/DataChild.js)
15-
######      [Handling Events](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/Events/Events.js)
16-
######      [Functional Components](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/Hooks/Hooks.js)
17-
######      [Hooks](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/Hooks/Hooks.js)
18-
######      [Connecting to External APIs - Class Component](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/ClassRequest/ClassRequest.js)
19-
######      [Connecting to External APIs - Functional Component](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/FunctionalRequest/FunctionalRequest.js)
20-
######      [Material UI](https://github.ford.com/techart/react_lessons/blob/master/final_state/src/components/MaterialUI/MaterialUI.js)
10+
######      [Routing](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/App.js)
11+
######      [Class Component + Lifecycle](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/Lifecycle/Lifecycle.js)
12+
######      [Managing State in Class Component](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/State/State.js)
13+
######      [Props](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/DataChild/DataChild.js)
14+
######      [Handling Events](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/Events/Events.js)
15+
######      [Functional Components + Hooks](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/Hooks/Hooks.js)
16+
######      [Connecting to External APIs - Class Component](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/ClassRequest/ClassRequest.js)
17+
######      [Connecting to External APIs - Functional Component](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/FunctionalRequest/FunctionalRequest.js)
18+
######      [Material UI](https://github.com/Swhite215/Code-Reference-React/blob/master/final_state/src/components/MaterialUI/MaterialUI.js)

0 commit comments

Comments
 (0)