diff --git a/workbench/README.md b/workbench/README.md
index 7f6ab91ebc..870ee43df8 100644
--- a/workbench/README.md
+++ b/workbench/README.md
@@ -5,7 +5,7 @@ The OpenSearch Dashboards Query Workbench enables you to query your OpenSearch d
## Documentation
-Please see our technical [documentation](https://docs-beta.opensearch.org/search-plugins/sql/workbench/) to learn more about its features.
+Please see our technical [documentation](https://opensearch.org/docs/latest/search-plugins/sql/workbench/) to learn more about its features.
## Contributing
@@ -16,7 +16,7 @@ See [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project
If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.
-For more information, see [project website](https://opensearch.org/) and [documentation](https://docs-beta.opensearch.org/). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/).
+For more information, see [project website](https://opensearch.org/) and [documentation](https://opensearch.org/docs/latest/). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/).
## Code of Conduct
diff --git a/workbench/public/components/Main/__snapshots__/main.test.tsx.snap b/workbench/public/components/Main/__snapshots__/main.test.tsx.snap
index 5f536eae83..d3e6f1b31d 100644
--- a/workbench/public/components/Main/__snapshots__/main.test.tsx.snap
+++ b/workbench/public/components/Main/__snapshots__/main.test.tsx.snap
@@ -98,7 +98,7 @@ exports[` spec click clear button 1`] = `
>
@@ -477,7 +477,7 @@ exports[` spec click run button, and response causes an error 1`] = `
>
@@ -856,7 +856,7 @@ exports[` spec click run button, and response is not ok 1`] = `
>
@@ -1235,7 +1235,7 @@ exports[` spec click run button, and response is ok 1`] = `
>
@@ -1614,7 +1614,7 @@ exports[` spec click run button, response fills null and missing values
>
@@ -1996,7 +1996,7 @@ exports[` spec click translation button, and response is ok 1`] = `
>
@@ -2375,7 +2375,7 @@ exports[` spec renders the component 1`] = `
>
diff --git a/workbench/public/components/Main/main.tsx b/workbench/public/components/Main/main.tsx
index 391aba31de..e928fefe9a 100644
--- a/workbench/public/components/Main/main.tsx
+++ b/workbench/public/components/Main/main.tsx
@@ -627,7 +627,7 @@ export class Main extends React.Component {
updateSQLQueries={this.updateSQLQueries}
/>
);
- link = 'https://docs-beta.opensearch.org/search-plugins/sql/index/';
+ link = 'https://opensearch.org/docs/latest/search-plugins/sql/index/';
linkTitle = 'SQL documentation';
} else {
page = (
@@ -640,7 +640,7 @@ export class Main extends React.Component {
updatePPLQueries={this.updatePPLQueries}
/>
);
- link = 'https://docs-beta.opensearch.org/search-plugins/ppl/index/';
+ link = 'https://opensearch.org/docs/latest/observability/ppl/index/';
linkTitle = 'PPL documentation';
}