Skip to content

Commit cf3e1fd

Browse files
committed
fixed some links issues
1 parent 3e89884 commit cf3e1fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This guide is about **_"How to write type declarations to only the minimum neces
44

55
> found it usefull, want some more? [give it a :star:](https://github.com/piotrwitek/react-redux-typescript-patterns/stargazers)
66
7-
### [> Changelog](/blob/master/CHANGELOG.md)
7+
### [> Changelog](/CHANGELOG.md)
88

99
### Roadmap
10-
- extend HOC section with more advanced examples [#5](/issues/5)
11-
- investigate typing patterns for generic component children [#7](/issues/7)
10+
- extend HOC section with more advanced examples [#5](../../issues/5)
11+
- investigate typing patterns for generic component children [#7](../../issues/7)
1212

1313
### Introduction
1414
This guide is aimed to use [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag of TypeScript compiler to provide the best static-typing experience.

docs/markdown/_intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This guide is about **_"How to write type declarations to only the minimum neces
44

55
> found it usefull, want some more? [give it a :star:](https://github.com/piotrwitek/react-redux-typescript-patterns/stargazers)
66
7-
### [> Changelog](/blob/master/CHANGELOG.md)
7+
### [> Changelog](/CHANGELOG.md)
88

99
### Roadmap
10-
- extend HOC section with more advanced examples [#5](/issues/5)
11-
- investigate typing patterns for generic component children [#7](/issues/7)
10+
- extend HOC section with more advanced examples [#5](../../issues/5)
11+
- investigate typing patterns for generic component children [#7](../../issues/7)
1212

1313
### Introduction
1414
This guide is aimed to use [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag of TypeScript compiler to provide the best static-typing experience.

0 commit comments

Comments
 (0)