Skip to content

Commit 26934d1

Browse files
committed
Update links and version
1 parent 9151ccc commit 26934d1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We recommend transitioning to our actively developed [Elastic Stack](https://www
88
Here are some useful links with more information:
99

1010
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11-
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">
@@ -21,7 +21,7 @@ Here are some useful links with more information:
2121
Official Node.js and universal clients for Elastic Enterprise Search, App Search, and Workplace Search.
2222

2323
- [Node.js client](./packages/enterprise-search) - All Enterprise Search APIs supported in Node.js
24-
- Read the [documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/master/index.html)
24+
- Read the [documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/current/index.html)
2525
- [Universal client](./packages/enterprise-search-universal) - Node.js and browser support for a lower API surface (search and analytics)
2626

2727
## License

packages/enterprise-search-universal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We recommend transitioning to our actively developed [Elastic Stack](https://www
88
Here are some useful links with more information:
99

1010
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11-
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">

packages/enterprise-search-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/enterprise-search-universal",
3-
"version": "8.17.0",
3+
"version": "8.18.0",
44
"description": "Official universal client for Elastic App Search and Workplace Search.",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

packages/enterprise-search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We recommend transitioning to our actively developed [Elastic Stack](https://www
88
Here are some useful links with more information:
99

1010
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11-
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">
@@ -20,7 +20,7 @@ Here are some useful links with more information:
2020

2121
Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.
2222

23-
:information_source: Read the [full documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/master/index.html) for this client at **elastic.co**.
23+
:information_source: Read the [full documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/current/index.html) for this client at **elastic.co**.
2424

2525
## Install
2626

packages/enterprise-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/enterprise-search",
3-
"version": "8.17.0",
3+
"version": "8.18.0",
44
"description": "Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)