Prechádzať zdrojové kódy

Updated autobahn test suite URL

Fixes #436
Ankur Gupta 7 rokov pred
rodič
commit
95ba29eb98
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      README.md
  2. 1 1
      examples/autobahn/README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ package API is stable.
 ### Protocol Compliance
 
 The Gorilla WebSocket package passes the server tests in the [Autobahn Test
-Suite](http://autobahn.ws/testsuite) using the application in the [examples/autobahn
+Suite](https://github.com/crossbario/autobahn-testsuite) using the application in the [examples/autobahn
 subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn).
 
 ### Gorilla WebSocket compared with other packages

+ 1 - 1
examples/autobahn/README.md

@@ -1,6 +1,6 @@
 # Test Server
 
-This package contains a server for the [Autobahn WebSockets Test Suite](http://autobahn.ws/testsuite).
+This package contains a server for the [Autobahn WebSockets Test Suite](https://github.com/crossbario/autobahn-testsuite).
 
 To test the server, run