diff --git a/doc/programming.md b/doc/programming.md index 8f3e3f11..4060e94b 100644 --- a/doc/programming.md +++ b/doc/programming.md @@ -35,7 +35,7 @@ Hence, to create a WAMP application, you Including Autobahn ================== -We need to include the **Autobahn|JS** library in our JavaScript. There are instructions in [Getting Started](/getting-started.md) for how to do this in the browser and in Node.js. This also links to available WAMP routers. In this documentation use of [Crossbar.io](http://crossbar.io) is assumed, but examples should work with other routers as well. +We need to include the **Autobahn|JS** library in our JavaScript. There are instructions in [Getting Started](getting-started.md) for how to do this in the browser and in Node.js. This also links to available WAMP routers. In this documentation use of [Crossbar.io](http://crossbar.io) is assumed, but examples should work with other routers as well. Establishing a WAMP connection ==============================