Skip to content

Commit d5aee54

Browse files
authored
Fix outdated link in Goals-section in README (piotrwitek#219) (piotrwitek#220)
1 parent 4d6e4e8 commit d5aee54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _Found it useful? Want more updates?_
3333

3434
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without losing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
3535
- Make type annotations concise by eliminating redundancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
36-
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
36+
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#react-redux-typescript-ecosystem)
3737

3838
### **React, Redux, Typescript Ecosystem**
3939

README_SOURCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _Found it useful? Want more updates?_
3333

3434
- Complete type safety (with [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag) without losing type information downstream through all the layers of our application (e.g. no type assertions or hacking with `any` type)
3535
- Make type annotations concise by eliminating redundancy in types using advanced TypeScript Language features like **Type Inference** and **Control flow analysis**
36-
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#complementary-libraries)
36+
- Reduce repetition and complexity of types with TypeScript focused [complementary libraries](#react-redux-typescript-ecosystem)
3737

3838
### **React, Redux, Typescript Ecosystem**
3939

0 commit comments

Comments
 (0)