Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9732fe3

Browse files
committedNov 18, 2015
fix discuss links
1 parent 191dd47 commit 9732fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IPFS implementation in JavaScript is a work in progress. As such, there's a few
2828
- **Network layer**
2929
- The network layer of IPFS is now known as libp2p, follow https://github.com/diasdavid/js-libp2p
3030
- **Exchange**
31-
- [ ] [js-bitswap](https://github.com/diasdavid/js-bitswap). [![](https://img.shields.io/badge/discuss--blue.svg?style=flat-square)]](https://github.com/ipfs/js-ipfs/issues/17) - ![](https://img.shields.io/badge/status-has%20not%20started%20yet-brown.svg?style=flat-square)
31+
- [ ] [js-bitswap](https://github.com/diasdavid/js-bitswap). [![](https://img.shields.io/badge/discuss--blue.svg?style=flat-square)](https://github.com/ipfs/js-ipfs/issues/17) - ![](https://img.shields.io/badge/status-has%20not%20started%20yet-brown.svg?style=flat-square)
3232
- [x] MerkleDAG node implementation (needs IPLD).
3333
- [x] [js-ipld](https://github.com/diasdavid/js-ipld) ![](https://img.shields.io/badge/status-in%20progress-yellow.svg?style=flat-square)
3434
- [x] [js-merkledag-store](https://github.com/diasdavid/js-merkledag-store) ![](https://img.shields.io/badge/status-in%20progress-yellow.svg?style=flat-square)
@@ -39,4 +39,4 @@ IPFS implementation in JavaScript is a work in progress. As such, there's a few
3939
- ![](https://img.shields.io/badge/status-has%20not%20started%20yet-brown.svg?style=flat-square)
4040
- ![](https://img.shields.io/badge/status-in%20progress-yellow.svg?style=flat-square)
4141
- ![](https://img.shields.io/badge/status-ready-green.svg?style=flat-square)
42-
- [![](https://img.shields.io/badge/discuss--blue.svg?style=flat-square)]](LINK HERE)
42+
- [![](https://img.shields.io/badge/discuss--blue.svg?style=flat-square)](LINK HERE)

0 commit comments

Comments
 (0)
This repository has been archived.