diff --git a/_config.yml b/_config.yml
index 38fc03db..1c648582 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://docs-beta.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/
-opensearch_version: 1.0.0-rc1
+opensearch_version: 1.0.0
opensearch_major_minor_version: 1.0
# Build settings
diff --git a/_dashboards/install/plugins.md b/_dashboards/install/plugins.md
index 3cc7854f..805423c9 100644
--- a/_dashboards/install/plugins.md
+++ b/_dashboards/install/plugins.md
@@ -28,6 +28,21 @@ If you don't want to use the all-in-one installation options, you can install th
This documentation remains in a beta state. It has content gaps and might contain bugs.
{{ content }}
{% endif %}
diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md
index 87e336ea..800ab2f7 100644
--- a/_opensearch/install/plugins.md
+++ b/_opensearch/install/plugins.md
@@ -29,6 +29,23 @@ If you don't want to use the all-in-one OpenSearch installation options, you can
diff --git a/_search-plugins/sql/odbc.md b/_search-plugins/sql/odbc.md
index fed04bd1..5bf27f93 100644
--- a/_search-plugins/sql/odbc.md
+++ b/_search-plugins/sql/odbc.md
@@ -8,9 +8,9 @@ redirect_from: /docs/sql/obdc/
# ODBC driver
-The Open Database Connectivity (ODBC) driver is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Tableau](https://github.com/opensearch-project/sql/blob/develop/sql-odbc/docs/user/tableau_support.md), [Microsoft Excel](https://github.com/opensearch-project/sql/blob/develop/sql-odbc/docs/user/microsoft_excel_support.md), and [Power BI](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/power_bi_support.md) to the SQL plugin.
+The Open Database Connectivity (ODBC) driver is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Tableau](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/tableau_support.md), [Microsoft Excel](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/microsoft_excel_support.md), and [Power BI](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/power_bi_support.md) to the SQL plugin.
-For information on downloading and using the JAR file, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql/tree/master/sql-odbc).
+For information on downloading and using the JAR file, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql/tree/main/sql-odbc).
{% comment %}
diff --git a/version-history.md b/version-history.md
index 54aa2de0..7b4f165b 100644
--- a/version-history.md
+++ b/version-history.md
@@ -9,5 +9,6 @@ permalink: /version-history/
OpenSearch version | Release highlights | Release date
:--- | :--- | :--- | :---
+[1.0.0](https://github.com/opensearch-project/opensearch-build/tree/main/release-notes/opensearch-release-notes-1.0.0.md) | General availability release. Adds compatibility setting for clients that require a version check before connecting. | 12 July 2021
[1.0.0-rc1](https://github.com/opensearch-project/opensearch-build/tree/main/release-notes/opensearch-release-notes-1.0.0-rc1.md) | First release candidate. | 7 June 2021
[1.0.0-beta1](https://github.com/opensearch-project/opensearch-build/tree/main/release-notes/opensearch-release-notes-1.0.0-beta1.md) | Initial beta release. Refactors plugins to work with OpenSearch. | 13 May 2021