Skip to content

Commit 6767427

Browse files
committed
Fix links to issues in README.md
1 parent f76576d commit 6767427

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ go get nhooyr.io/websocket
2626

2727
## Roadmap
2828

29-
- [ ] WebSockets over HTTP/2 #4
30-
- [ ] Deflate extension support #5
31-
- [ ] More optimization #11
32-
- [ ] WASM #15
33-
- [ ] Ping/pongs #1
29+
- [ ] WebSockets over HTTP/2 [#4](https://github.com/nhooyr/websocket/issues/4)
30+
- [ ] Deflate extension support [#5](https://github.com/nhooyr/websocket/issues/5)
31+
- [ ] More optimization [#11](https://github.com/nhooyr/websocket/issues/11)
32+
- [ ] WASM [#15](https://github.com/nhooyr/websocket/issues/15)
33+
- [ ] Ping/pongs [#1](https://github.com/nhooyr/websocket/issues/1)
3434

3535
## Example
3636

0 commit comments

Comments
 (0)