File tree Expand file tree Collapse file tree 10 files changed +152
-1464
lines changed Expand file tree Collapse file tree 10 files changed +152
-1464
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11# feathers-elasticsearch
22
3- [ ![ CI] ( https://github.com/feathersjs-ecosystem /feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg )] ( https://github.com/feathersjs-ecosystem /feathers-elasticsearch/actions/workflows/test-matrix.yml )
3+ [ ![ CI] ( https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg )] ( https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml )
44[ ![ npm version] ( https://img.shields.io/npm/v/feathers-elasticsearch.svg )] ( https://www.npmjs.com/package/feathers-elasticsearch )
55[ ![ Download Status] ( https://img.shields.io/npm/dm/feathers-elasticsearch.svg?style=flat-square )] ( https://www.npmjs.com/package/feathers-elasticsearch )
66
@@ -240,7 +240,7 @@ We welcome contributions! Please see [Contributing](./docs/contributing.md) for
240240
241241``` bash
242242# Clone and install
243- git clone https://github.com/feathersjs-ecosystem /feathers-elasticsearch.git
243+ git clone https://github.com/feathersjs/feathers-elasticsearch.git
244244cd feathers-elasticsearch
245245npm install
246246
Original file line number Diff line number Diff line change @@ -640,6 +640,6 @@ service.find({
640640
641641## Support
642642
643- - GitHub Issues: [ Report bugs] ( https://github.com/feathersjs-ecosystem /feathers-elasticsearch/issues )
644- - Documentation: [ Full documentation] ( https://github.com/feathersjs-ecosystem /feathers-elasticsearch )
643+ - GitHub Issues: [ Report bugs] ( https://github.com/feathersjs/feathers-elasticsearch/issues )
644+ - Documentation: [ Full documentation] ( https://github.com/feathersjs/feathers-elasticsearch )
645645- Feathers Discord: [ Community support] ( https://discord.gg/qa8kez8QBx )
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ If you're still experiencing issues:
317317
3183181 . Check [ Elasticsearch documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html )
3193192 . Review [ FeathersJS adapter guide] ( https://feathersjs.com/api/databases/adapters.html )
320- 3 . Open an issue on [ GitHub] ( https://github.com/feathersjs-ecosystem /feathers-elasticsearch/issues )
320+ 3 . Open an issue on [ GitHub] ( https://github.com/feathersjs/feathers-elasticsearch/issues )
3213214 . Include:
322322 - Node version (` node --version ` )
323323 - Elasticsearch version (` curl http://localhost:9201/ ` )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cd feathers-elasticsearch
34343 . Add the upstream repository:
3535
3636``` bash
37- git remote add upstream https://github.com/feathersjs-ecosystem /feathers-elasticsearch.git
37+ git remote add upstream https://github.com/feathersjs/feathers-elasticsearch.git
3838```
3939
4040### Install Dependencies
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ If you encounter issues during migration:
497497 - [ Performance Features] ( ./PERFORMANCE_FEATURES.md )
498498
4994993 . ** Report issues:**
500- - GitHub Issues: https://github.com/feathersjs-ecosystem /feathers-elasticsearch/issues
500+ - GitHub Issues: https://github.com/feathersjs/feathers-elasticsearch/issues
501501
502502---
503503
You can’t perform that action at this time.
0 commit comments