Skip to content

Commit

Permalink
fixes changed repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Goedde committed Oct 20, 2015
1 parent 40c762f commit 9257f8e
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The *latest* release of AutobahnJS can be downloaded from here:
* [https://autobahn.s3.amazonaws.com/autobahnjs/0.9.4-2/autobahn.min.js](https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.js)
* [https://autobahn.s3.amazonaws.com/autobahnjs/0.9.4-2/autobahn.min.jgz](https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.jgz)

A **complete history** of AutobahnJS releases is also available from the [built repository](https://github.com/tavendo/AutobahnJSbuilt).
A **complete history** of AutobahnJS releases is also available from the [built repository](https://github.com/crossbario/autobahn-jsbuilt).

The latter can also be used with **[Bower](http://bower.io/)**:

Expand Down
2 changes: 1 addition & 1 deletion doc/_static/code/votes/js/autobahn.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ <h3><strong>Autobahn</strong>|JS</h3>
</div>
<div class="side_toc sidebar_block" id="quicklinks">
<h4><a href="https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.jgz">Download</a></h4>
<h4><a href="https://github.com/tavendo/AutobahnJS">Source Code</a></h4>
<h4><a href="https://github.com/crossbario/autobahn-js">Source Code</a></h4>
<h4><a href="https://groups.google.com/forum/#!forum/autobahnws">Mailing List</a></h4>
<h4><a href="https://github.com/tavendo/AutobahnJS/issues">Issue Tracker</a></h4>
<h4><a href="https://github.com/crossbario/autobahn-js/issues">Issue Tracker</a></h4>
<h4><a href="http://stackoverflow.com/questions/tagged/autobahn?sort=newest">StackOverflow</a></h4>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/_templates/side-primary.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h3><strong>Autobahn</strong>|JS</h3>
</div>
<div class="side_toc sidebar_block" id="quicklinks">
<h4><a href="https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.jgz">Download</a></h4>
<h4><a href="https://github.com/tavendo/AutobahnJS">Source Code</a></h4>
<h4><a href="https://github.com/crossbario/autobahn-js">Source Code</a></h4>
<h4><a href="https://groups.google.com/forum/#!forum/autobahnws">Mailing List</a></h4>
<h4><a href="https://github.com/tavendo/AutobahnJS/issues">Issue Tracker</a></h4>
<h4><a href="https://github.com/crossbario/autobahn-js/issues">Issue Tracker</a></h4>
<h4><a href="http://stackoverflow.com/questions/tagged/autobahn?sort=newest">StackOverflow</a></h4>
</div>

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def setup(app):
.. _RFC6455: http://tools.ietf.org/html/rfc6455
.. _WAMP: http://wamp.ws/
.. _WAMPv1: http://wamp.ws/spec/wamp1/
.. _WAMPv2: https://github.com/tavendo/WAMP/blob/master/spec/README.md
.. _WAMPv2: https://wamp.ws/spec/README.md
.. _AutobahnTestsuite: http://autobahn.ws/testsuite
"""
# rst_prolog = """
Expand Down
2 changes: 1 addition & 1 deletion doc/examples_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Read, run, and modify as you like!

There are two main sources of examples:

* the `Autobahn|Python repository <https://github.com/tavendo/AutobahnPython/tree/master/examples>`_ - for an overview see the `Autobahn|Python documentation <http://autobahn.ws/python/wamp/examples.html>`_
* the `Autobahn|Python repository <https://github.com/crossbario/autobahn-python/tree/master/examples>`_ - for an overview see the `Autobahn|Python documentation <http://autobahn.ws/python/wamp/examples.html>`_
* the `Crossbar.io examples repository <https://github.com/crossbario/crossbarexamples>`_ - for an overview see `the Crossbar.io documentation <http://crossbar.io/docs/Examples/>`_

.. note:: The JavaScript code provided generally runs both in the browser and in Node.js. When using the browser, load the JavaScript via the provided HTML page. Each example also contains Python versions. Python and JavaScript versions are interoperable: You may run e.g. a JavaScript subscriber and a Python publisher.
Expand Down
2 changes: 1 addition & 1 deletion doc/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can find a `list of WAMP v2 compatible routers <http://wamp.ws/implementatio
Example Code
------------

You can find complete examples for code running in both the browser and Node.js in the `Autobahn|Python Github repository <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic>`_. (The examples are also provided in Python versions.)
You can find complete examples for code running in both the browser and Node.js in the `Autobahn|Python Github repository <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic>`_. (The examples are also provided in Python versions.)


Node.js
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. _RFC6455: http://tools.ietf.org/html/rfc6455
.. _WAMP: http://wamp.ws/
.. _WAMPv1: http://wamp.ws/spec/wamp1/
.. _WAMPv2: https://github.com/tavendo/WAMP/blob/master/spec/README.md
.. _WAMPv2: http://wamp.ws/spec/
.. _AutobahnTestsuite: http://autobahn.ws/testsuite

|ab| is a subproject of `Autobahn`_ and provides an open-source implementation of `The Web Application Messaging Protocol (WAMP) <http://wamp.ws/>`_ .
Expand Down
28 changes: 14 additions & 14 deletions doc/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ or, differently notated, but functionally equivalent
Complete Examples:

* `PubSub Basic <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/pubsub/basic>`_
* `PubSub Basic <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/pubsub/basic>`_


Patter-Based Subscriptions
Expand Down Expand Up @@ -591,7 +591,7 @@ Example: **Unsubscribing a subscription**
Complete Examples:

* `PubSub Unsubscribe <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/pubsub/unsubscribe>`_
* `PubSub Unsubscribe <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/pubsub/unsubscribe>`_

Subscription Meta-Events and Procedures
+++++++++++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -625,8 +625,8 @@ Examples: **Publish an event**
Complete Examples:

* `PubSub Basic <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/pubsub/basic>`_
* `PubSub Complex Payload <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/pubsub/complex>`_
* `PubSub Basic <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/pubsub/basic>`_
* `PubSub Complex Payload <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/pubsub/complex>`_


Acknowledgement
Expand Down Expand Up @@ -771,10 +771,10 @@ Example: **Register a procedure**
Complete Examples:

* `RPC Time Service <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/timeservice>`_
* `RPC Arguments <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/arguments>`_
* `RPC Complex Result <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/complex>`_
* `RPC Slow Square <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/slowsquare>`_
* `RPC Time Service <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/timeservice>`_
* `RPC Arguments <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/arguments>`_
* `RPC Complex Result <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/complex>`_
* `RPC Slow Square <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/slowsquare>`_


Pattern-Based Registrations
Expand Down Expand Up @@ -907,10 +907,10 @@ Example: **Call a procedure**
Complete Examples:

* `RPC Time Service <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/timeservice>`_
* `RPC Arguments <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/arguments>`_
* `RPC Complex Result <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/complex>`_
* `RPC Slow Square <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/slowsquare>`_
* `RPC Time Service <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/timeservice>`_
* `RPC Arguments <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/arguments>`_
* `RPC Complex Result <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/complex>`_
* `RPC Slow Square <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/slowsquare>`_


Errors
Expand Down Expand Up @@ -954,7 +954,7 @@ and logging this in the caller will lead to something like

Complete Examples:

* `RPC Errors <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/errors>`_
* `RPC Errors <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/errors>`_


Progressive Results
Expand Down Expand Up @@ -999,7 +999,7 @@ which would return 5 progressive result events (each with the current value of `

Complete Examples:

* `RPC Progress <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basic/rpc/progress>`_
* `RPC Progress <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp/basic/rpc/progress>`_


Caller Identification
Expand Down
4 changes: 2 additions & 2 deletions doc/reference_wampv1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Downloads

.. note:: You can use the above via direct linking for *development purposes*, but do not hotlink for production. This will not work, since we place restrictions on HTTP referrers.

In addition, the source code is still accessible in the `project GitHub repository <https://github.com/tavendo/AutobahnJS/tree/wamp1>`_.
In addition, the source code is still accessible in the `project GitHub repository <https://github.com/crossbario/autobahn-js/tree/wamp1>`_.


Example code
------------

Example code for various aspects of the use of |ab| can be found in the `Autobahn|Python GitHub repository <https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp1>`_
Example code for various aspects of the use of |ab| can be found in the `Autobahn|Python GitHub repository <https://github.com/crossbario/autobahn-python/tree/master/examples/twisted/wamp1>`_


API Reference
Expand Down
4 changes: 2 additions & 2 deletions doc/work/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This introduction takes you step by step through a **simple, fully functional WA

We'll cover the entire code of the application, both frontend and backend, with a special focus on the **WAMP messaging parts**. In the course of this we'll cover both messaging patterns which WAMP supports: Remote Procedure Calls (RCP) and Publish and Subscribe (PubSub).

You find the full code on `GitHub <https://github.com/tavendo/autobahnJS/tree/master/doc/_static/code/votes>`_, including instructions how to best run the demo.
You find the full code on `GitHub <https://github.com/crossbario/autobahn-js/tree/master/doc/_static/code/votes>`_, including instructions how to best run the demo.

What the application does
-------------------------
Expand Down Expand Up @@ -62,7 +62,7 @@ Crossbar includes a static Web server, and the template configured this so that

You can then access the demo overview page at ``http://localhost:8080``, and this allows you to start a backend and the frontends.

Otherwise use a WAMP router of your choosing with the files in the `demo repository <https://github.com/tavendo/autobahnJS/tree/master/doc/_static/code/votes>`_.
Otherwise use a WAMP router of your choosing with the files in the `demo repository <https://github.com/crossbario/autobahn-js/tree/master/doc/_static/code/votes>`_.


Including Autobahn
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ AutobahnJS runs on both **Web browsers** and **[Node.js](http://nodejs.org/)**,
3. Caller
4. Callee

AutobahnJS is part of the [Autobahn project](http://autobahn.ws/), MIT licensed, and full source code can be found on [GitHub](https://github.com/tavendo/AutobahnJS/).
AutobahnJS is part of the [Autobahn project](http://autobahn.ws/), MIT licensed, and full source code can be found on [GitHub](https://github.com/crossbario/autobahn-js/).
2 changes: 1 addition & 1 deletion package/lib/transport/rawsocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Factory.prototype.create = function () {
* @param {Integer|False} [options.packet_timeout] The maximum amount of time to
* wait for a packet !!NOT IMPLEMENTED!! (default: 2000)
*
* @see https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#rawsocket-transport
* @see https://github.com/wamp-proto/wamp-proto
*/
function Protocol (stream, options) {
this._options = {
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/tavendo/AutobahnJS.git"
"url": "git://github.com/crossbario/autobahn-js.git"
},
"keywords": [
"WAMP",
Expand Down
2 changes: 1 addition & 1 deletion test/detectenvironment/autobahn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14322,7 +14322,7 @@ module.exports={
},
"repository": {
"type": "git",
"url": "git://github.com/tavendo/AutobahnJS.git"
"url": "git://github.com/crossbario/autobahn-js.git"
},
"keywords": [
"WAMP",
Expand Down
2 changes: 1 addition & 1 deletion test/detectenvironment/autobahn.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9257f8e

Please sign in to comment.