Skip to content

Commit 50af3e2

Browse files
author
Timo Bechtel
committed
fix(readme): update links after branch renaming
1 parent 192e62c commit 50af3e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://www.npmjs.com/package/@compactjs/chatscroll" target="_blank">
55
<img alt="Version" src="https://img.shields.io/npm/v/@compactjs/chatscroll.svg">
66
</a>
7-
<a href="https://github.com/CompactJS/chatscroll/blob/master/LICENSE" target="_blank">
7+
<a href="https://github.com/CompactJS/chatscroll/blob/main/LICENSE" target="_blank">
88
<img alt="License: MIT" src="https://img.shields.io/github/license/CompactJS/chatscroll" />
99
</a>
1010
</p>
@@ -56,7 +56,7 @@ const container = document.getElementById('container');
5656
observe(container);
5757
```
5858

59-
Have a look at the [example](https://github.com/CompactJS/chatscroll/blob/master/example/index.html).
59+
Have a look at the [example](https://github.com/CompactJS/chatscroll/blob/main/example/index.html).
6060

6161
Or checkout the [demo](https://compactjs.github.io/chatscroll).
6262

@@ -96,7 +96,7 @@ Give a ⭐️ if this project helped you!
9696

9797
## 📝 License
9898

99-
Distributed under the [MIT](https://github.com/CompactJS/chatscroll/blob/master/LICENSE) License.
99+
Distributed under the [MIT](https://github.com/CompactJS/chatscroll/blob/main/LICENSE) License.
100100

101101
---
102102

0 commit comments

Comments
 (0)