Skip to content

Commit 4fd4ae8

Browse files
authored
chore: Some minor cleanup for v5 release (#119)
1 parent 5b8ee83 commit 4fd4ae8

File tree

10 files changed

+152
-1464
lines changed

10 files changed

+152
-1464
lines changed

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 128 additions & 128 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
244244
cd feathers-elasticsearch
245245
npm install
246246

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

docs/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ If you're still experiencing issues:
317317

318318
1. Check [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)
319319
2. 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)
321321
4. Include:
322322
- Node version (`node --version`)
323323
- Elasticsearch version (`curl http://localhost:9201/`)

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd feathers-elasticsearch
3434
3. 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

docs/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ If you encounter issues during migration:
497497
- [Performance Features](./PERFORMANCE_FEATURES.md)
498498

499499
3. **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

0 commit comments

Comments
 (0)