From ef586c1b8162a015bdb5d45664aeb706ec1d12f5 Mon Sep 17 00:00:00 2001
From: Tyler Amos <tamos@gitlab.com>
Date: Mon, 20 Nov 2023 17:24:43 +0000
Subject: [PATCH] Modify subscription namespace transfer rules

Adjusts the rules for transferring the namespace linked a subscription
based on recent changes in CustomersDot allowing more flexibility
given namespaces are allowed to have multiple active orders.
---
 doc/subscriptions/gitlab_com/index.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/subscriptions/gitlab_com/index.md b/doc/subscriptions/gitlab_com/index.md
index 3dcea4519955a..0b4186c085f6c 100644
--- a/doc/subscriptions/gitlab_com/index.md
+++ b/doc/subscriptions/gitlab_com/index.md
@@ -270,14 +270,13 @@ For a demo, see [Linking GitLab Subscription to the Namespace](https://youtu.be/
 ### Transfer restrictions
 
 Changing the linked namespace is not supported for all subscription types.
-Transfer restrictions depend on the services associated with the subscription,
-and on any subscriptions associated with the target namespace.
 
 You cannot transfer:
 
 - A subscription with compute minutes.
 - An expired or trial subscription.
-- A subscription to a namespace with any purchased services, like additional storage.
+- A subscription to a namespace which already has a Premium or Ultimate plan.
+- A subscription from a namespace with multiple subscriptions.
 
 ## Upgrade your GitLab SaaS subscription tier
 
-- 
GitLab