Skip to content

Commit 0413824

Browse files
committed
Remove references to lovasoa's repo
Replace them by kripken's repo, where all the development in happening now.
1 parent a9c664a commit 0413824

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SQLite compiled to javascript
2-
[![Build Status](https://travis-ci.org/lovasoa/sql.js.svg?branch=master)](http://travis-ci.org/lovasoa/sql.js)
2+
[![Build Status](https://travis-ci.org/kripken/sql.js.svg?branch=master)](http://travis-ci.org/lovasoa/sql.js)
33

44
For the impatients, try the demo here: http://kripken.github.io/sql.js/GUI/
55

@@ -53,7 +53,7 @@ var binaryArray = db.export();
5353
```
5454

5555
## Demo
56-
There is an online demo available here : http://lovasoa.github.io/sql.js/GUI
56+
There is an online demo available here : http://kripken.github.io/sql.js/GUI
5757

5858
## Exemples
5959
The test files provide up to date example of the use of the api.
@@ -96,7 +96,7 @@ dbFileElm.onchange = function() {
9696
r.readAsArrayBuffer(f);
9797
}
9898
```
99-
See : http://lovasoa.github.io/sql.js/GUI/gui.js
99+
See : http://kripken.github.io/sql.js/GUI/gui.js
100100

101101
### Use from node.js
102102

@@ -162,8 +162,8 @@ See : https://github.com/lovasoa/sql.js/blob/master/test/test_worker.js
162162
The API is fully documented here : http://lovasoa.github.io/sql.js/documentation/
163163

164164
## Downloads
165-
- You can download `sql.js` here : http://lovasoa.github.io/sql.js/js/sql.js
166-
- And the Web Worker version: http://lovasoa.github.io/sql.js/js/worker.sql.js
165+
- You can download `sql.js` here : https://raw.githubusercontent.com/kripken/sql.js/master/js/sql.js
166+
- And the Web Worker version: https://raw.githubusercontent.com/kripken/sql.js/master/js/worker.sql.js
167167

168168
## Differences from the original sql.js
169169
* Support for BLOBs

0 commit comments

Comments
 (0)