diff --git a/README.md b/README.md index 721b6cbaa70..7f38cd464fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * [Project Website](https://opensearch.org/) * [Downloads](https://opensearch.org/downloads.html). -* [Documentation](https://docs-beta.opensearch.org/) +* [Documentation](https://opensearch.org/docs/) * Need help? Try [Forums](https://discuss.opendistrocommunity.dev/) * [Project Principles](https://opensearch.org/#principles) * [Contributing to OpenSearch](CONTRIBUTING.md) diff --git a/plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json b/plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json index 9a5266aab5c..e36c0bc4df4 100644 --- a/plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json +++ b/plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json @@ -1,7 +1,7 @@ { "cat.example": { "documentation": { - "url": "https://docs-beta.opensearch.org/opensearch/install/plugins/", + "url": "https://opensearch.org/docs/opensearch/install/plugins/", "description": "Example" }, "stability" : "stable",