Skip to content

Commit ef6c53f

Browse files
committed
move to ibm-cds-labs
1 parent a922a4b commit ef6c53f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Node.js app that uses an attached Redis database to provide an autocomplete API for data uploaded as text files. Multiple separate autocomplete indexes are supported.
44

5-
![demo gif](https://raw.githubusercontent.com/glynnbird/simple-autocomplete-service/master/public/img/autocomplete.gif)
5+
![demo gif](https://raw.githubusercontent.com/ibm-cds-labs/simple-autocomplete-service/master/public/img/autocomplete.gif)
66

77
The autocomplete API is CORS-enabled, so that it can be accessed from any web page and conforms to the [jQuery autocomplete](http://api.jqueryui.com/autocomplete/) standard.
88

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "simple-autocomplete-service",
3-
"version": "0.0.1",
4-
"private": true,
3+
"version": "1.0.0",
54
"scripts": {
65
"start": "node app.js"
76
},
@@ -17,7 +16,7 @@
1716
},
1817
"repository": {
1918
"type": "git",
20-
"url": "https://github.com/glynnbird/simple-autocomplete-service"
19+
"url": "https://github.com/ibm-cds-labs/simple-autocomplete-service"
2120
},
2221
"engines": {
2322
"node": "4.2.x"

0 commit comments

Comments
 (0)