From a8ff1d3de8c3bdf24baf75426c847930da0a5968 Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Wed, 8 Jan 2025 16:55:52 -0500 Subject: [PATCH] Whitespace --- src/current/v24.3/alter-partition.md | 2 +- src/current/v24.3/troubleshoot-replication-zones.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/v24.3/alter-partition.md b/src/current/v24.3/alter-partition.md index 51a9f6c0cab..1899441e103 100644 --- a/src/current/v24.3/alter-partition.md +++ b/src/current/v24.3/alter-partition.md @@ -7,7 +7,7 @@ docs_area: reference.sql `ALTER PARTITION` is used to add, modify, reset, or remove replication zones for [partitioning]({% link {{ page.version.version }}/partitioning.md %}). It is combined with the `CONFIGURE ZONE` subcommand. -To view details about existing replication zones, use [`SHOW ZONE CONFIGURATIONS`]({% link {{ page.version.version }}/show-zone-configurations.md %}). For more information about replication zones, see [Replication Controls]({% link {{ page.version.version }}/configure-replication-zones.md %}). +To view details about existing replication zones, use [`SHOW ZONE CONFIGURATIONS`]({% link {{ page.version.version }}/show-zone-configurations.md %}). For more information about replication zones, see [Replication Controls]({% link {{ page.version.version }}/configure-replication-zones.md %}). {% include {{ page.version.version }}/see-zone-config-troubleshooting-guide.md %} diff --git a/src/current/v24.3/troubleshoot-replication-zones.md b/src/current/v24.3/troubleshoot-replication-zones.md index a08ba609980..adc177879ef 100644 --- a/src/current/v24.3/troubleshoot-replication-zones.md +++ b/src/current/v24.3/troubleshoot-replication-zones.md @@ -24,7 +24,7 @@ This page assumes you are familiar with the following materials: A further wrinkle is that the [Replication Layer]({% link {{ page.version.version }}/architecture/replication-layer.md %})'s top priority is avoiding data loss, _not_ putting replicas exactly where you told it to. For more information about this limitation, see [the data domiciling docs]({% link {{ page.version.version }}/data-domiciling.md %}#known-limitations). -That said, the replication logic takes user-supplied zone configurations into account when allocating replicas. +That said, the replication logic takes user-supplied zone configurations into account when allocating replicas. ## Types of problems