Skip to content

Commit 042a8ed

Browse files
authored
Merge pull request #69 from locol23/docs/change-link
docs: change link
2 parents 7e7df3a + 50b0b10 commit 042a8ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Learn React with TypeScript
66

77
# Table of Contents
88
- Function Components
9-
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/function-components-base)
10-
- [Goal](https://github.com/locol23/learn-react-typescript/tree/master/packages/function-components-goal)
9+
- [Base](./packages/function-components-base)
10+
- [Goal](./packages/function-components-goal)
1111
- Styled Components
12-
- [Base & Goal](https://github.com/locol23/learn-react-typescript/tree/master/packages/styled-components)
12+
- [Base & Goal](./packages/styled-components)
1313
- React Hooks
1414
- useState
1515
- [Base](./packages/hooks-use-state-base)
@@ -20,17 +20,17 @@ Learn React with TypeScript
2020
- [Base](./packages/hooks-use-context-base)
2121
- State(useReducer)
2222
- Counter(useState, useEffect, useCallback)
23-
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-base)
24-
- [Goal](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-goal)
23+
- [Base](./packages/hooks-state-base)
24+
- [Goal](./packages/hooks-state-goal)
2525
- React + Redux
26-
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/redux-base)
27-
- [Goal Step1](https://github.com/locol23/learn-react-typescript/tree/master/packages/redux-goal-step1)
28-
- [Goal Step2](https://github.com/locol23/learn-react-typescript/tree/master/packages/redux-goal-step2)
26+
- [Base](./packages/redux-base)
27+
- [Goal Step1](./packages/redux-goal-step1)
28+
- [Goal Step2](./packages/redux-goal-step2)
2929
- Advanced Techniques
3030
- render props
3131
- [Base](./packages/render-props-base)
3232
- Storybook
33-
- [Storybook Example](https://github.com/locol23/learn-react-typescript/tree/master/packages/storybook)
33+
- [Storybook Example](./packages/storybook)
3434

3535
## Prerequisites
3636

0 commit comments

Comments
 (0)