fix links
This commit is contained in:
@@ -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.
|
||||
... to get the latest autobahn release in the "examples/" directory.
|
||||
@@ -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).
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user