Skip to content

Commit c7617b0

Browse files
authored
Replacing docs-beta links with /docs (#957)
Signed-off-by: Vacha Shah <[email protected]>
1 parent e17ce53 commit c7617b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
* [Project Website](https://opensearch.org/)
1616
* [Downloads](https://opensearch.org/downloads.html).
17-
* [Documentation](https://docs-beta.opensearch.org/)
17+
* [Documentation](https://opensearch.org/docs/)
1818
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/)
1919
* [Project Principles](https://opensearch.org/#principles)
2020
* [Contributing to OpenSearch](CONTRIBUTING.md)

plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cat.example": {
33
"documentation": {
4-
"url": "https://docs-beta.opensearch.org/opensearch/install/plugins/",
4+
"url": "https://opensearch.org/docs/opensearch/install/plugins/",
55
"description": "Example"
66
},
77
"stability" : "stable",

0 commit comments

Comments
 (0)