File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
const BADGES = {
5
5
libp2p : ( repoOwner , repoName , defaultBranch ) => `
6
6
[](http://libp2p.io/)
7
- [](http://webchat.freenode.net/?channels=%23libp2p)
8
7
[](https://discuss.libp2p.io)
9
8
[](https://codecov.io/gh/${ repoOwner } /${ repoName } )
10
9
[](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
11
10
` ,
12
11
ipfs : ( repoOwner , repoName , defaultBranch ) => `
13
- [](http://ipfs.io)
14
- [](http://webchat.freenode.net/?channels=%23ipfs)
15
- [](https://discord.gg/ipfs)
12
+ [](https://ipfs.tech)
13
+ [](https://discuss.ipfs.tech)
16
14
[](https://codecov.io/gh/${ repoOwner } /${ repoName } )
17
15
[](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
18
16
` ,
You can’t perform that action at this time.
0 commit comments