diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31b7c481ee..81305caf3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,9 +42,9 @@ Bug Fix:
Deprecations:
-- Deprecated support of accounts & policies management, this can be managed by using mc admin commands. Please refer to the [MinIO Console User Management page](https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management/minio-user-management.html#id1) for more information.
-- Deprecated support of bucket management, this can be managed by using mc commands. Please refer to the [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) for more information.
-- Deprecated support of configuration management, this can be managed by using mc admin config commands. Please refer to the [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) for more information.
+- Deprecated support of accounts & policies management, this can be managed by using mc admin commands. Please refer to the [MinIO User Management page](https://docs.min.io/community/minio-object-store/administration/identity-access-management/minio-user-management.html#id1) for more information.
+- Deprecated support of bucket management, this can be managed by using mc commands. Please refer to the [MinIO Client](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
+- Deprecated support of configuration management, this can be managed by using mc admin config commands. Please refer to the [MinIO Client](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
## Release v1.7.6
@@ -67,9 +67,9 @@ Bug Fix:
Deprecations:
-- Deprecated support tools User Interface in favor of mc admin commands. Please refer to the [MinIO SUBNET Registration page](https://min.io/docs/minio/linux/administration/console/subnet-registration.html#subnet) for more information.
-- Deprecated Site replication User Interface in favor of mc admin commands. Please refer to the [MinIO Site Replication page](https://min.io/docs/minio/linux/operations/install-deploy-manage/multi-site-replication.html) for more information.
-- Deprecated Lifecycle & Tiers User Interface in favor of mc admin commands. Please refer to the [MinIO Tiers page](https://min.io/docs/minio/linux/reference/minio-mc/mc-ilm-tier.html) for more information.
+- Deprecated support tools User Interface in favor of mc admin commands. Please refer to the [MinIO Client documentation page](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) for more information.
+- Deprecated Site replication User Interface in favor of mc admin commands. Please refer to the [MinIO Site Replication page](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-replicate.html) for more information.
+- Deprecated Lifecycle & Tiers User Interface in favor of mc admin commands. Please refer to the [MinIO Tiers page](https://docs.min.io/community/minio-object-store/reference/minio-mc/mc-ilm-tier.html) for more information.
Bug Fix:
diff --git a/systemd/console.service b/systemd/console.service
index 07a59e8252..a83ac7c710 100644
--- a/systemd/console.service
+++ b/systemd/console.service
@@ -1,6 +1,6 @@
[Unit]
Description=MinIO Console
-Documentation=https://min.io/docs/minio/linux/index.html
+Documentation=https://docs.min.io/community/minio-object-store/index.html
Wants=network-online.target
After=network-online.target
AssertFileIsExecutable=/usr/local/bin/console
diff --git a/web-app/src/screens/Console/Menu/MenuWrapper.tsx b/web-app/src/screens/Console/Menu/MenuWrapper.tsx
index c97a479ca4..644b890c20 100644
--- a/web-app/src/screens/Console/Menu/MenuWrapper.tsx
+++ b/web-app/src/screens/Console/Menu/MenuWrapper.tsx
@@ -59,7 +59,7 @@ const MenuWrapper = () => {
}
- path={"https://min.io/docs/minio/linux/index.html?ref=con"}
+ path={"https://docs.min.io/community/minio-object-store/index.html?ref=con"}
/>