Skip to content

Commit 37154ef

Browse files
committed
Merge pull request sql-js#70 from skratchdot/patch-1
replacing lovasoa links w/ kripken links
2 parents 20a758c + c585b0b commit 37154ef

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/kripken/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/kripken/sql.js)
33

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

@@ -123,7 +123,7 @@ var buffer = new Buffer(data);
123123
fs.writeFileSync("filename.sqlite", buffer);
124124
```
125125

126-
See : https://github.com/lovasoa/sql.js/blob/master/test/test_node_file.js
126+
See : https://github.com/kripken/sql.js/blob/master/test/test_node_file.js
127127

128128
### Use as web worker
129129
If you don't want to run CPU-intensive SQL queries in your main application thread,
@@ -156,10 +156,10 @@ worker.postMessage({
156156
</script>
157157
```
158158

159-
See : https://github.com/lovasoa/sql.js/blob/master/test/test_worker.js
159+
See : https://github.com/kripken/sql.js/blob/master/test/test_worker.js
160160

161161
## Documentation
162-
The API is fully documented here : http://lovasoa.github.io/sql.js/documentation/
162+
The API is fully documented here : http://kripken.github.io/sql.js/documentation/
163163

164164
## Downloads
165165
- You can download `sql.js` here : https://raw.githubusercontent.com/kripken/sql.js/master/js/sql.js
@@ -179,5 +179,5 @@ The API is fully documented here : http://lovasoa.github.io/sql.js/documentation
179179

180180
## Related
181181

182-
* [In-Browser/Client-Side Demo](http://lovasoa.github.io/sql.js/GUI/)
182+
* [In-Browser/Client-Side Demo](http://kripken.github.io/sql.js/GUI/)
183183

0 commit comments

Comments
 (0)