Skip to content

Commit

Permalink
docs(opensearch): remove elasticsearch successor text (aws#23252)
Browse files Browse the repository at this point in the history
Elastic has requested that we remove all "successor to Elasticsearch" text from our docs for legal reasons.
----

They have pointed out these two files specifically that they need us to change.

### All Submissions:

* [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
lizsnyder authored and Brennan Ho committed Jan 20, 2023
1 parent e25f351 commit 0d90902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticsearch/README.md
Expand Up @@ -11,7 +11,7 @@

<!--END STABILITY BANNER-->

> Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service; consequently, the [@aws-cdk/aws-opensearchservice](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-opensearchservice-readme.html) module should be used instead. See [Amazon OpenSearch Service FAQs](https://aws.amazon.com/opensearch-service/faqs/#Name_change) for details. See [Migrating to OpenSearch](#migrating-to-opensearch) for migration instructions.
> Instead of this module, we recommend using the [@aws-cdk/aws-opensearchservice](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-opensearchservice-readme.html) module. See [Amazon OpenSearch Service FAQs](https://aws.amazon.com/opensearch-service/faqs/#Name_change) for details. See [Migrating to OpenSearch](#migrating-to-opensearch) for migration instructions.
## Quick start

Expand Down
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-opensearchservice/README.md
Expand Up @@ -22,8 +22,6 @@ Higher level constructs for Domain | ![Stable](https://img.shields.io/badge/stab

<!--END STABILITY BANNER-->

Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service.

See [Migrating to OpenSearch](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-elasticsearch-readme.html#migrating-to-opensearch) for migration instructions from `@aws-cdk/aws-elasticsearch` to this module, `@aws-cdk/aws-opensearchservice`.

## Quick start
Expand Down

0 comments on commit 0d90902

Please sign in to comment.