From 23fd80aa2a3a6f8834192e6d9a018f2fec95fc49 Mon Sep 17 00:00:00 2001
From: asafalina <32689896+asafalina@users.noreply.github.com>
Date: Tue, 18 Jun 2024 22:48:01 +0300
Subject: [PATCH] fix broken custom namespace link (#39542)
---
docs/using-airbyte/core-concepts/namespaces.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/using-airbyte/core-concepts/namespaces.md b/docs/using-airbyte/core-concepts/namespaces.md
index cdc2cf373471..abd33fd0d385 100644
--- a/docs/using-airbyte/core-concepts/namespaces.md
+++ b/docs/using-airbyte/core-concepts/namespaces.md
@@ -10,7 +10,7 @@ As a part of connection setup, you select where in the destination you want to w
| Destination Namespace | Description |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Custom | All streams will be replicated to a single user-defined namespace. See Custom format for more details |
+| Custom | All streams will be replicated to a single user-defined namespace. See Custom format for more details |
| Destination-defined | All streams will be replicated to the single default namespace defined in the Destination's settings. |
| Source-defined | Some sources (for example, databases) provide namespace information for a stream. If a source provides namespace information, the destination will mirror the same namespace when this configuration is set. For sources or streams where the source namespace is not known, the behavior will default to the "Destination default" option. |