fix links

This commit is contained in:
Tobias Oberstein
2017-06-10 12:48:14 +02:00
parent e03eed3c1b
commit 7891e9c006
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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).