diff --git a/README.md b/README.md index 20e391f..2469694 100644 --- a/README.md +++ b/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 diff --git a/examples/autobahn/README.md b/examples/autobahn/README.md index 075ac15..dde8525 100644 --- a/examples/autobahn/README.md +++ b/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