Skip to content

Commit 39ab75a

Browse files
committed
Updated urls [skip ci]
1 parent 0bf5955 commit 39ab75a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
database: pgvector_node_test
1313
- run: |
1414
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15-
git clone --branch v0.2.1 https://github.com/ankane/pgvector.git
15+
git clone --branch v0.2.1 https://github.com/pgvector/pgvector.git
1616
cd pgvector
1717
make
1818
sudo make install

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# pgvector-node
22

3-
[pgvector](https://github.com/ankane/pgvector) support for Node.js
3+
[pgvector](https://github.com/pgvector/pgvector) support for Node.js
44

55
Supports [Sequelize](https://github.com/sequelize/sequelize), [node-postgres](https://github.com/brianc/node-postgres), and [pg-promise](https://github.com/vitaly-t/pg-promise)
66

7-
[![Build Status](https://github.com/ankane/pgvector-node/workflows/build/badge.svg?branch=master)](https://github.com/ankane/pgvector-node/actions)
7+
[![Build Status](https://github.com/pgvector/pgvector-node/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector-node/actions)
88

99
## Installation
1010

@@ -109,21 +109,21 @@ const result = await db.any('SELECT * FROM items ORDER BY factors <-> $1 LIMIT 5
109109

110110
## History
111111

112-
View the [changelog](https://github.com/ankane/pgvector-node/blob/master/CHANGELOG.md)
112+
View the [changelog](https://github.com/pgvector/pgvector-node/blob/master/CHANGELOG.md)
113113

114114
## Contributing
115115

116116
Everyone is encouraged to help improve this project. Here are a few ways you can help:
117117

118-
- [Report bugs](https://github.com/ankane/pgvector-node/issues)
119-
- Fix bugs and [submit pull requests](https://github.com/ankane/pgvector-node/pulls)
118+
- [Report bugs](https://github.com/pgvector/pgvector-node/issues)
119+
- Fix bugs and [submit pull requests](https://github.com/pgvector/pgvector-node/pulls)
120120
- Write, clarify, or fix documentation
121121
- Suggest or add new features
122122

123123
To get started with development:
124124

125125
```sh
126-
git clone https://github.com/ankane/pgvector-node.git
126+
git clone https://github.com/pgvector/pgvector-node.git
127127
cd pgvector-node
128128
npm install
129129
createdb pgvector_node_test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "pgvector",
33
"version": "0.1.0",
44
"description": "pgvector support for Node.js",
5-
"homepage": "https://github.com/ankane/pgvector-node",
5+
"homepage": "https://github.com/pgvector/pgvector-node",
66
"license": "MIT",
77
"authors": [
88
"ankane"
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/ankane/pgvector-node.js"
12+
"url": "https://github.com/pgvector/pgvector-node.js"
1313
},
1414
"exports": {
1515
"./pg": "./pg/index.js",

0 commit comments

Comments
 (0)