[Pkg-javascript-commits] [sockjs-client] 157/434: Repo migrated
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 752db5cea475f17588c91f862faecd1ae9dbe0b5
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Sep 21 14:32:01 2011 +0100
Repo migrated
---
README.md | 18 +++++++++---------
lib/all.js | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index a6702ae..4ab281f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
SockJS family:
- * [SockJS-client](https://github.com/majek/sockjs-client) JavaScript client library
- * [SockJS-node](https://github.com/majek/sockjs-node) Node.js server
- * [SockJS-protocol](https://github.com/majek/sockjs-protocol) protocol documentation
+ * [SockJS-client](https://github.com/sockjs/sockjs-client) JavaScript client library
+ * [SockJS-node](https://github.com/sockjs/sockjs-node) Node.js server
+ * [SockJS-protocol](https://github.com/sockjs/sockjs-protocol) protocol documentation
SockJS-client
@@ -23,7 +23,7 @@ corporate proxies.
SockJS-client does require a server counterpart:
- * [SockJS-node](https://github.com/majek/sockjs-node) is a SockJS
+ * [SockJS-node](https://github.com/sockjs/sockjs-node) is a SockJS
server for Node.js.
@@ -55,7 +55,7 @@ Live QUnit tests and smoke tests
--------------------------------
SockJS comes with some QUnit tests and a few smoke tests (using
-[SockJS-node](https://github.com/majek/sockjs-client) on the server
+[SockJS-node](https://github.com/sockjs/sockjs-client) on the server
side). At the moment they are deployed in few places:
* http://sockjs.popcnt.org/ (hosted in Europe)
@@ -73,7 +73,7 @@ but instead of `WebSocket` there is a `SockJS` Javascript object.
First, you need to load SockJS JavaScript library, for example you can
put that in your http head:
- <script src="http://majek.github.com/sockjs-client/sockjs-latest.min.js">
+ <script src="http://sockjs.github.com/sockjs-client/sockjs-latest.min.js">
</script>
After the script is loaded you can establish a connection with the
@@ -165,11 +165,11 @@ Deployment
There should be a proper CDN to host generated SockJS library, but
there isn't one yet. In the meantime you can use releases hosted on
-Github: http://majek.github.com/sockjs-client/ .
+Github: http://sockjs.github.com/sockjs-client/ .
For server-side deployment tricks, especially about load balancing and
session stickiness, take a look at the
-[SockJS-node readme](https://github.com/majek/sockjs-node#readme).
+[SockJS-node readme](https://github.com/sockjs/sockjs-node#readme).
Development
@@ -183,7 +183,7 @@ out the git repo and follow this steps:
npm install
(SockJS-client uses
-[SockJS-node](https://github.com/majek/sockjs-node) for testing, you
+[SockJS-node](https://github.com/sockjs/sockjs-node) for testing, you
may want to link 'node_modules/sockjs' to directory with cloned
SockJS-node.)
diff --git a/lib/all.js b/lib/all.js
index 9a31613..1896a84 100644
--- a/lib/all.js
+++ b/lib/all.js
@@ -1,5 +1,5 @@
// SockJS client, version <!-- version -->, MIT License
-// https://github.com/majek/sockjs-client
+// https://github.com/sockjs/sockjs-client
// JSON2 by Douglas Crockford (minified).
<!-- include lib/json2.min.js -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list