Przeglądaj źródła

Update README.md

Man, Jianting (Meco) 3 lat temu
rodzic
commit
27417855f3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 # noPoll  
-[noPoll]() is a OpenSource WebSocket implementation (RFC 6455) , written in ansi C , that allows building pure WebSocket solutions or to provide WebSocket support to existing TCP oriented applications.   
+[noPoll](https://github.com/ASPLes/nopoll) is a OpenSource WebSocket implementation (RFC 6455) , written in ansi C , that allows building pure WebSocket solutions or to provide WebSocket support to existing TCP oriented applications.   
 
-Here is a simple implementation for RT-Thread based on [noPoll]() , temporarily only support non-encrypted operation.  
+Here is a simple implementation for RT-Thread based on [noPoll](https://github.com/ASPLes/nopoll) , temporarily only support non-encrypted operation.  
 
 # Quick Start  
 There is a websocket client example at `examples/nopoll_client.c`.