We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17ce53 commit c7617b0Copy full SHA for c7617b0
README.md
@@ -14,7 +14,7 @@
14
15
* [Project Website](https://opensearch.org/)
16
* [Downloads](https://opensearch.org/downloads.html).
17
-* [Documentation](https://docs-beta.opensearch.org/)
+* [Documentation](https://opensearch.org/docs/)
18
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/)
19
* [Project Principles](https://opensearch.org/#principles)
20
* [Contributing to OpenSearch](CONTRIBUTING.md)
plugins/examples/rest-handler/src/yamlRestTest/resources/rest-api-spec/api/cat.example.json
@@ -1,7 +1,7 @@
1
{
2
"cat.example": {
3
"documentation": {
4
- "url": "https://docs-beta.opensearch.org/opensearch/install/plugins/",
+ "url": "https://opensearch.org/docs/opensearch/install/plugins/",
5
"description": "Example"
6
},
7
"stability" : "stable",
0 commit comments