From f3db9481029338830fbc2026cfe4ace04a168bb2 Mon Sep 17 00:00:00 2001
From: Ashraf Khamis <akhamis@gitlab.com>
Date: Fri, 25 Oct 2024 12:00:21 +0200
Subject: [PATCH] Update and delete links to removed page

---
 .../15-8-deprecate-gitlabcom-importer.yml           |  3 +--
 doc/update/deprecations.md                          |  2 +-
 doc/user/project/import/gitlab_com.md               | 13 +++++--------
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/data/deprecations/15-8-deprecate-gitlabcom-importer.yml b/data/deprecations/15-8-deprecate-gitlabcom-importer.yml
index 74edd2017a311..d58dabb7916b9 100644
--- a/data/deprecations/15-8-deprecate-gitlabcom-importer.yml
+++ b/data/deprecations/15-8-deprecate-gitlabcom-importer.yml
@@ -5,7 +5,7 @@
   removal_date: '2023-05-22'
   breaking_change: false
   body: |
-    The [GitLab.com importer](https://docs.gitlab.com/ee/user/project/import/gitlab_com.html) is deprecated in GitLab 15.8 and will be removed in GitLab 16.0.
+    The GitLab.com importer was deprecated in GitLab 15.8 and will be removed in GitLab 16.0.
 
     The GitLab.com importer was introduced in 2015 for importing a project from GitLab.com to a self-managed GitLab instance through the UI.
     This feature is available on self-managed instances only. [Migrating GitLab groups and projects by direct transfer](https://docs.gitlab.com/ee/user/group/import/#migrate-groups-by-direct-transfer-recommended)
@@ -15,4 +15,3 @@
   stage: Foundations
   tiers:
   issue_url: https://gitlab.com/gitlab-com/Product/-/issues/4895
-  documentation_url: https://docs.gitlab.com/ee/user/project/import/gitlab_com.html
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index d9c3aa84996da..843ae3d3c1861 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -3936,7 +3936,7 @@ GitLab self-monitoring gives administrators of self-hosted GitLab instances the
 
 </div>
 
-The [GitLab.com importer](https://docs.gitlab.com/ee/user/project/import/gitlab_com.html) is deprecated in GitLab 15.8 and will be removed in GitLab 16.0.
+The GitLab.com importer was deprecated in GitLab 15.8 and will be removed in GitLab 16.0.
 
 The GitLab.com importer was introduced in 2015 for importing a project from GitLab.com to a self-managed GitLab instance through the UI.
 This feature is available on self-managed instances only. [Migrating GitLab groups and projects by direct transfer](https://docs.gitlab.com/ee/user/group/import/#migrate-groups-by-direct-transfer-recommended)
diff --git a/doc/user/project/import/gitlab_com.md b/doc/user/project/import/gitlab_com.md
index 9aafb52cb53c0..8d71107f2eabe 100644
--- a/doc/user/project/import/gitlab_com.md
+++ b/doc/user/project/import/gitlab_com.md
@@ -2,6 +2,8 @@
 stage: Foundations
 group: Import and Integrate
 info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
+remove_date: '2025-01-25'
+redirect_to: '../../group/import/index.md'
 ---
 
 # Import a project from GitLab.com to your self-managed GitLab instance (removed)
@@ -10,11 +12,6 @@ DETAILS:
 **Tier:** Free, Premium, Ultimate
 **Offering:** GitLab.com, Self-managed, GitLab Dedicated
 
-WARNING:
-The GitLab.com importer was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108502) in GitLab 15.8
-and removed in GitLab 16.0. To import GitLab projects from GitLab.com to a self-managed GitLab instance use
-[migrating groups and projects by direct transfer](../../group/import/index.md).
-
-## Related topics
-
-- [Export a project](../settings/import_export.md#export-a-project-and-its-data)
+This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108502) in GitLab 15.8
+and removed in 16.0.
+Use [migrating groups and projects by direct transfer](../../group/import/index.md) instead.
-- 
GitLab