From b238ec96ba3955084d4630a5f6ee5e07bdb75a74 Mon Sep 17 00:00:00 2001
From: Naman Jagdish Gala <ngala@gitlab.com>
Date: Wed, 7 Feb 2024 14:40:21 +0000
Subject: [PATCH] Docs: GitLab pages Domain-level redirects enabled on
 Gitlab.com

Related to:
- https://gitlab.com/gitlab-org/gitlab-pages/-/issues/601
- https://gitlab.com/gitlab-org/gitlab-pages/-/issues/1087

Changelog: other
---
 doc/user/project/pages/redirects.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/user/project/pages/redirects.md b/doc/user/project/pages/redirects.md
index bd139772defa5..5c1997719793b 100644
--- a/doc/user/project/pages/redirects.md
+++ b/doc/user/project/pages/redirects.md
@@ -126,6 +126,12 @@ rewrite the URL.
 ## Domain-level redirects
 
 > - [Introduced](https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/936) in GitLab 16.8 [with a flag](../../../administration/feature_flags.md) named `FF_ENABLE_DOMAIN_REDIRECT`. Disabled by default.
+> - [Enabled on GitLab.com](https://gitlab.com/gitlab-com/gl-infra/k8s-workloads/gitlab-com/-/merge_requests/3395) in GitLab 16.9.
+
+NOTE:
+On self-managed GitLab, by default this feature is not available.
+To make it available, an administrator can [enable the feature flag](../../../administration/feature_flags.md) named `FF_ENABLE_DOMAIN_REDIRECT`.
+On GitLab.com, this feature is available.
 
 To create a domain-level redirect, add a domain-level path (beginning with `http://`
 or `https://`) to either:
-- 
GitLab