From c7617b03e8db407519d28fdc1b59e96bf36b2577 Mon Sep 17 00:00:00 2001 From: Vacha Date: Tue, 13 Jul 2021 07:46:05 -0700 Subject: [PATCH] Replacing docs-beta links with /docs (#957) Signed-off-by: Vacha Shah --- README.md | 2 +- .../yamlRestTest/resources/rest-api-spec/api/cat.example.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",