Skip to content

Commit b0a3434

Browse files
author
Timo Bechtel
committed
fix(readme): update links after branch renaming
1 parent 6df6549 commit b0a3434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://www.npmjs.com/package/@compactjs/assign" target="_blank">
55
<img alt="Version" src="https://img.shields.io/npm/v/@compactjs/assign.svg">
66
</a>
7-
<a href="https://github.com/CompactJS/assign/blob/master/LICENSE" target="_blank">
7+
<a href="https://github.com/CompactJS/assign/blob/main/LICENSE" target="_blank">
88
<img alt="License: MIT" src="https://img.shields.io/github/license/CompactJS/assign" />
99
</a>
1010
</p>
@@ -68,7 +68,7 @@ console.log(target);
6868
// }
6969
```
7070

71-
Check out the [index.test.js](https://github.com/CompactJS/assign/blob/master/test/index.test.js) file for more examples.
71+
Check out the [index.test.js](https://github.com/CompactJS/assign/blob/main/test/index.test.js) file for more examples.
7272

7373
## Run tests
7474

@@ -106,7 +106,7 @@ Give a ⭐️ if this project helped you!
106106

107107
## 📝 License
108108

109-
Distributed under the [MIT](https://github.com/CompactJS/assign/blob/master/LICENSE) License.
109+
Distributed under the [MIT](https://github.com/CompactJS/assign/blob/main/LICENSE) License.
110110

111111
---
112112

0 commit comments

Comments
 (0)