diff --git a/examples/router/README b/examples/router/README.md similarity index 69% rename from examples/router/README rename to examples/router/README.md index 3d4b813c..4b2796d1 100644 --- a/examples/router/README +++ b/examples/router/README.md @@ -4,6 +4,6 @@ See [../running-the-examples.md] for more information. If you get 404 errors on autobahn.min.jgz do this: - curl --location -o ../autobahn.min.js https://github.com/crossbario/crossbar/raw/master/crossbar/templates/default/web/js/autobahn.min.js + curl --location -o ../autobahn.min.js https://github.com/crossbario/autobahn-js-built/raw/master/autobahn.min.js -...to get the latest autobahn release in the "examples/" directory. \ No newline at end of file +... to get the latest autobahn release in the "examples/" directory. diff --git a/examples/running-the-examples.md b/examples/running-the-examples.md index 5ab76647..d1bc2c38 100644 --- a/examples/running-the-examples.md +++ b/examples/running-the-examples.md @@ -56,7 +56,7 @@ If you want to use your own local [Crossbar](http://crossbar.io) instance you mu Your crossbar instance will serve the [Autobahn JS](http://autobahn.ws/js) code to browser clients. To easily download a recent release, run the following in the `./examples` directory: ```shell -curl --location -O https://github.com/crossbario/crossbar/raw/master/crossbar/templates/default/web/js/autobahn.min.js +curl --location -O https://github.com/crossbario/autobahn-js-built/raw/master/autobahn.min.js ``` Once you have crossbar installed, use the provided router configuration in `examples/router/.crossbar/config.json`. Starting your router is then: @@ -95,4 +95,4 @@ Crossbar.io is a WAMP router that can also act as a host for WAMP application co } ``` -For the above exact configuration to work you'll need the `./examples/twisted/wamp/` directory in your PYTHONPATH (that configuration is provided in the `"options"` above). \ No newline at end of file +For the above exact configuration to work you'll need the `./examples/twisted/wamp/` directory in your PYTHONPATH (that configuration is provided in the `"options"` above).