Skip to content

Commit 2aa913a

Browse files
committed
Still fixing links in readmes
1 parent 3720a08 commit 2aa913a

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
@@ -69,7 +69,7 @@ Make sure you are using recent React version (>=16.8.0) because it works best wi
6969
If you are using TypeScript, some of the types might default to `any` on version <3.2 because of a bug with tuple types.
7070

7171
## Examples
72-
[⭐️Click here to see usage examples⭐️](//examples/)
72+
[⭐️Click here to see usage examples⭐️](/examples)
7373

7474
---
7575

examples/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# `react-concise-state` examples
22

3-
* [Simple counter](/counter) | Try it in a [sandbox ✏️](https://codesandbox.io/s/github/minajevs/react-concise-state/tree/master/examples/counter)
3+
* [Simple counter](/examples/counter) | Try it in a [sandbox ✏️](https://codesandbox.io/s/github/minajevs/react-concise-state/tree/master/examples/counter)

0 commit comments

Comments
 (0)