diff --git a/_dashboards/install/plugins.md b/_dashboards/install/plugins.md
index 06b3c4c9..e0fc9d29 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
+
+ 1.1.0 |
+
+ alertingDashboards 1.1.0.0
+anomalyDetectionDashboards 1.1.0.0
+ganttChartDashboards 1.1.0.0
+indexManagementDashboards 1.1.0.0
+notebooksDashboards 1.1.0.0
+queryWorkbenchDashboards 1.1.0.0
+reportsDashboards 1.1.0.0
+securityDashboards 1.1.0.0
+traceAnalyticsDashboards 1.1.0.0
+
+ |
+
1.0.1 |
diff --git a/_dashboards/install/tar.md b/_dashboards/install/tar.md
index 1c7e6933..026f23f7 100644
--- a/_dashboards/install/tar.md
+++ b/_dashboards/install/tar.md
@@ -14,9 +14,10 @@ nav_order: 30
```bash
# x64
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-x64.tar.gz
- cd opensearch-dashboards{% comment %}# ARM64
+ cd opensearch-dashboards
+ # ARM64
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-arm64.tar.gz
- cd opensearch-dashboards{% endcomment %}
+ cd opensearch-dashboards
```
1. If desired, modify `config/opensearch_dashboards.yml`.
@@ -26,5 +27,3 @@ nav_order: 30
```bash
./bin/opensearch-dashboards
```
-
-1. See the [OpenSearch Dashboards documentation]({{site.url}}{{site.baseurl}}/dashboards/index/).
|