From 9f8dea56586a972e3e459072399dedb8ab20ec0f Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Mon, 27 Nov 2023 12:55:25 +0300 Subject: [PATCH] Fixing CLC doc path in check links playbook. (#908) * Fixing CLC doc path in check links playbook. * Fix unresolved xref in DMT. --- check-links-playbook.yml | 2 +- docs/modules/migrate/pages/data-migration-tool.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index 7e20ea3bb..ed7118737 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -140,7 +140,7 @@ content: - url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore branches: master start_path: docs - - url: https://github.com/hazelcast/hazelcast-commandline-client + - url: https://github.com/hazelcast/clc-docs branches: main start_path: docs ui: diff --git a/docs/modules/migrate/pages/data-migration-tool.adoc b/docs/modules/migrate/pages/data-migration-tool.adoc index 041b666d3..f48a308e9 100644 --- a/docs/modules/migrate/pages/data-migration-tool.adoc +++ b/docs/modules/migrate/pages/data-migration-tool.adoc @@ -17,7 +17,7 @@ The DMT is typically used in the following situations: ==== . You cannot use the DMT to upgrade or migrate from IMDG 3.12.x. If you are upgrading from IMDG 3.12.x, see the xref:upgrading-from-imdg-3.adoc[Upgrading from IMDG 3.12.x] topic. If migrating from IMDG 3.12.x, see the xref:migration-tool-imdg.adoc[Migrating Data from IMDG 3.12.x] topic. -. If you want to avoid downtime, use an in-place rolling upgrade instead of the DMT tool. For further information on upgrading without interrupting the operation of the cluster, see the xref:maintain-cluster:rolling-upgrade.adoc[Rolling Upgrades] topic. +. If you want to avoid downtime, use an in-place rolling upgrade instead of the DMT tool. For further information on upgrading without interrupting the operation of the cluster, see the xref:maintain-cluster:rolling-upgrades.adoc[Rolling Upgrades] topic. ==== The DMT can be run on Mac, Linux, and Windows Operating Systems.