From af263d25369b9984db2fbdcdbe53720fd4b4d8f5 Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Mon, 29 Jan 2024 12:31:41 -0800
Subject: [PATCH] Update links to legal info in handbook

As part of the migration, these links to legal-related subjects
should be updated to the new handbook site.
---
 doc/administration/settings/usage_statistics.md               | 4 ++--
 doc/development/activitypub/index.md                          | 2 +-
 doc/development/code_review.md                                | 2 +-
 doc/development/documentation/styleguide/word_list.md         | 2 +-
 doc/development/internal_analytics/index.md                   | 2 +-
 doc/development/licensing.md                                  | 2 +-
 doc/policy/experiment-beta-support.md                         | 4 ++--
 doc/user/ai_features.md                                       | 2 +-
 doc/user/application_security/secret_detection/pre_receive.md | 2 +-
 doc/user/gitlab_duo_chat.md                                   | 2 +-
 doc/user/project/repository/code_suggestions/index.md         | 4 ++--
 doc/user/project/repository/code_suggestions/saas.md          | 2 +-
 doc/user/project/repository/code_suggestions/self_managed.md  | 4 ++--
 13 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/doc/administration/settings/usage_statistics.md b/doc/administration/settings/usage_statistics.md
index cf26c78d9a17..b8a54de4edd4 100644
--- a/doc/administration/settings/usage_statistics.md
+++ b/doc/administration/settings/usage_statistics.md
@@ -14,7 +14,7 @@ GitLab Inc. periodically collects information about your instance in order
 to perform various actions.
 
 For free self-managed instances, all usage statistics are [opt-out](#enable-or-disable-service-ping).
-For information about other tiers, see [Customer Product Usage Information](https://about.gitlab.com/handbook/legal/privacy/customer-product-usage-information/#service-ping-formerly-known-as-usage-ping).
+For information about other tiers, see [Customer Product Usage Information](https://handbook.gitlab.com/handbook/legal/privacy/customer-product-usage-information/#service-ping-formerly-known-as-usage-ping).
 
 ## Service Ping
 
@@ -146,7 +146,7 @@ To enable or disable Service Ping:
 1. Select **Save changes**.
 
 NOTE:
-The effect of disabling Service Ping depends on the instance's tier. For more information, see [Customer Product Usage Information](https://about.gitlab.com/handbook/legal/privacy/customer-product-usage-information/#service-ping-formerly-known-as-usage-ping).
+The effect of disabling Service Ping depends on the instance's tier. For more information, see [Customer Product Usage Information](https://handbook.gitlab.com/handbook/legal/privacy/customer-product-usage-information/#service-ping-formerly-known-as-usage-ping).
 Service Ping settings only control whether the data is being shared with GitLab, or limited to only internal use by the instance.
 Even if you disable Service Ping, the `gitlab_service_ping_worker` background job still periodically generates a Service Ping payload for your instance.
 The payload is available in the [Metrics and profiling](#manually-upload-service-ping-payload) admin section.
diff --git a/doc/development/activitypub/index.md b/doc/development/activitypub/index.md
index 7714541dd883..31cde3f55498 100644
--- a/doc/development/activitypub/index.md
+++ b/doc/development/activitypub/index.md
@@ -19,7 +19,7 @@ On GitLab.com, this feature is not available.
 The feature is not ready for production use.
 
 Usage of ActivityPub in GitLab is governed by the
-[GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+[GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 
 The goal of those documents is to provide an implementation path for adding
 Fediverse capabilities to GitLab.
diff --git a/doc/development/code_review.md b/doc/development/code_review.md
index 9722ad3b2297..230d9a87e8a6 100644
--- a/doc/development/code_review.md
+++ b/doc/development/code_review.md
@@ -177,7 +177,7 @@ by a reviewer before passing it to a maintainer as described in the
 | `~workhorse` changes | [Workhorse maintainer](https://handbook.gitlab.com/handbook/engineering/projects/#gitlab_maintainers_workhorse). |
 | `~frontend` changes <sup>1</sup>       | [Frontend maintainer](https://handbook.gitlab.com/handbook/engineering/projects/#gitlab_maintainers_frontend). |
 | `~UX` user-facing changes <sup>3</sup> | [Product Designer](https://handbook.gitlab.com/handbook/engineering/projects/#gitlab_reviewers_UX). Refer to the [design and user interface guidelines](contributing/design.md) for details. |
-| Adding a new JavaScript library <sup>1</sup> | - [Frontend foundations member](https://about.gitlab.com/direction/manage/foundations/) if the library significantly increases the [bundle size](https://gitlab.com/gitlab-org/frontend/playground/webpack-memory-metrics/-/blob/master/doc/report.md).<br/>- A [legal department member](https://about.gitlab.com/handbook/legal/) if the license used by the new library hasn't been approved for use in GitLab.<br/><br/>More information about license compatibility can be found in our [GitLab Licensing and Compatibility documentation](licensing.md). |
+| Adding a new JavaScript library <sup>1</sup> | - [Frontend foundations member](https://about.gitlab.com/direction/manage/foundations/) if the library significantly increases the [bundle size](https://gitlab.com/gitlab-org/frontend/playground/webpack-memory-metrics/-/blob/master/doc/report.md).<br/>- A [legal department member](https://handbook.gitlab.com/handbook/legal/) if the license used by the new library hasn't been approved for use in GitLab.<br/><br/>More information about license compatibility can be found in our [GitLab Licensing and Compatibility documentation](licensing.md). |
 | A new dependency or a file system change | - [Distribution team member](https://about.gitlab.com/company/team/). See how to work with the [Distribution team](https://handbook.gitlab.com/handbook/engineering/infrastructure/core-platform/systems/distribution/#how-to-work-with-distribution) for more details.<br/>- For RubyGems, request an [AppSec review](gemfile.md#request-an-appsec-review). |
 | `~documentation` or `~UI text` changes | [Technical writer](https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments) based on assignments in the appropriate [DevOps stage group](https://about.gitlab.com/handbook/product/categories/#devops-stages). |
 | Changes to development guidelines | Follow the [review process](development_processes.md#development-guidelines-review) and get the approvals accordingly. |
diff --git a/doc/development/documentation/styleguide/word_list.md b/doc/development/documentation/styleguide/word_list.md
index a42f6280709b..201659e45b9c 100644
--- a/doc/development/documentation/styleguide/word_list.md
+++ b/doc/development/documentation/styleguide/word_list.md
@@ -14,7 +14,7 @@ recommends these word choices. In addition:
   [top misused terms](https://about.gitlab.com/handbook/communication/top-misused-terms/).
 - The documentation [style guide](../styleguide#language) includes details
   about language and capitalization.
-- The GitLab handbook provides guidance on the [use of third-party trademarks](https://about.gitlab.com/handbook/legal/policies/product-third-party-trademarks-guidelines/#process-for-adding-third-party-trademarks-to-gitlab).
+- The GitLab handbook provides guidance on the [use of third-party trademarks](https://handbook.gitlab.com/handbook/legal/policies/product-third-party-trademarks-guidelines/#process-for-adding-third-party-trademarks-to-gitlab).
 
 For guidance not on this page, we defer to these style guides:
 
diff --git a/doc/development/internal_analytics/index.md b/doc/development/internal_analytics/index.md
index bd45f7fe207e..465d4dec14c1 100644
--- a/doc/development/internal_analytics/index.md
+++ b/doc/development/internal_analytics/index.md
@@ -138,4 +138,4 @@ flowchart LR;
 ## Data Privacy
 
 GitLab only receives event counts or similarly aggregated information from self-managed instances. User identifiers for individual events on the SaaS version of GitLab are [pseudonymized](https://metrics.gitlab.com/identifiers).
-An exact description on what kind of data is being collected through the Internal Analytics system is given in our [handbook](https://about.gitlab.com/handbook/legal/privacy/customer-product-usage-information/).
+An exact description on what kind of data is being collected through the Internal Analytics system is given in our [handbook](https://handbook.gitlab.com/handbook/legal/privacy/customer-product-usage-information/).
diff --git a/doc/development/licensing.md b/doc/development/licensing.md
index 3c8f8d34a02a..9f7975b91a62 100644
--- a/doc/development/licensing.md
+++ b/doc/development/licensing.md
@@ -52,7 +52,7 @@ More detailed information on how the gem and its commands work is available in t
 
 We sometimes need to use third-party software whose license is not part of the Blue Oak Council
 license list, or is marked as Lead-rated in the list. In this case, the use-case needs to be
-legal-approved before the software can be installed. More on this can be [found in the Handbook](https://about.gitlab.com/handbook/legal/product/#using-open-source-software).
+legal-approved before the software can be installed. More on this can be [found in the Handbook](https://handbook.gitlab.com/handbook/legal/product/#using-open-source-software).
 
 To get legal approval, follow these steps:
 
diff --git a/doc/policy/experiment-beta-support.md b/doc/policy/experiment-beta-support.md
index 7b9530caf0b1..57a67f5d964b 100644
--- a/doc/policy/experiment-beta-support.md
+++ b/doc/policy/experiment-beta-support.md
@@ -38,8 +38,8 @@ Experimental features are:
 - Data loss may occur.
 - Documentation may not exist or just be in a blog format.
 - Offer a way to opt-in with minimal friction. For example, needing to flip a feature flag is too much friction, but a group or project-level setting in the UI is not.
-- Link out to the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/) in the opt-in.
-- Documentation reflects that the feature is subject to the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+- Link out to the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/) in the opt-in.
+- Documentation reflects that the feature is subject to the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 - [UI reflects experiment status](https://design.gitlab.com/usability/feature-management#highlighting-feature-versions).
 - Feedback issue to engage with team.
 - UX not finalized, might be just quick action access.
diff --git a/doc/user/ai_features.md b/doc/user/ai_features.md
index 09c6a72a9bbf..a9165237bcf6 100644
--- a/doc/user/ai_features.md
+++ b/doc/user/ai_features.md
@@ -44,7 +44,7 @@ Some features are still in development. View details about [support for each sta
     (besides Code Suggestions) require that this setting is enabled at the group
     level.
   - Their usage is subject to the
-    [Testing Terms of Use](https://about.gitlab.com/handbook/legal/testing-agreement/).
+    [Testing Terms of Use](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
   - Experiment and Beta features are disabled by default.
   - This setting is available to Ultimate groups on SaaS and can be set by a user
     who has the Owner role in the group.
diff --git a/doc/user/application_security/secret_detection/pre_receive.md b/doc/user/application_security/secret_detection/pre_receive.md
index 8d53c5376c40..82628ae8524c 100644
--- a/doc/user/application_security/secret_detection/pre_receive.md
+++ b/doc/user/application_security/secret_detection/pre_receive.md
@@ -12,7 +12,7 @@ DETAILS:
 > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/11439) in GitLab 16.7 as an [Experiment](../../../policy/experiment-beta-support.md) for GitLab Dedicated customers.
 
 NOTE:
-This feature is an [Experiment](../../../policy/experiment-beta-support.md), available only on GitLab Dedicated, and is subject to the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+This feature is an [Experiment](../../../policy/experiment-beta-support.md), available only on GitLab Dedicated, and is subject to the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 
 Pre-receive secret detection scans the contents of committed files when they are pushed to a remote repository to prevent the accidental exposure of secrets like keys or API tokens to your repositories. If any secrets are detected, the push is blocked, ensuring that the secrets do not reach your instance.
 
diff --git a/doc/user/gitlab_duo_chat.md b/doc/user/gitlab_duo_chat.md
index de3c6199ed7b..ebb0aebb6408 100644
--- a/doc/user/gitlab_duo_chat.md
+++ b/doc/user/gitlab_duo_chat.md
@@ -168,7 +168,7 @@ have the [experiment and beta features setting](group/manage.md#enable-experimen
 ### For self-managed users
 
 NOTE:
-Usage of GitLab Duo Chat is governed by the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+Usage of GitLab Duo Chat is governed by the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 Learn about [data usage when using GitLab Duo Chat](ai_features.md#data-usage).
 
 Prerequisites:
diff --git a/doc/user/project/repository/code_suggestions/index.md b/doc/user/project/repository/code_suggestions/index.md
index 6d6cc79b0c5c..19948c841adb 100644
--- a/doc/user/project/repository/code_suggestions/index.md
+++ b/doc/user/project/repository/code_suggestions/index.md
@@ -49,9 +49,9 @@ GitLab Duo Code Suggestions are available:
 Code Suggestions is available and free to use until February 15, 2024:
 
 - Before February 15, 2024, usage of Code Suggestions is governed by the
-  [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+  [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 - On February 15, 2024, Code Suggestions becomes a paid add-on and will be governed by our
-  [AI Functionality Terms](https://about.gitlab.com/handbook/legal/ai-functionality-terms/).
+  [AI Functionality Terms](https://handbook.gitlab.com/handbook/legal/ai-functionality-terms/).
 
 ## Supported languages
 
diff --git a/doc/user/project/repository/code_suggestions/saas.md b/doc/user/project/repository/code_suggestions/saas.md
index cc821b8b5492..a9f1da8b5df8 100644
--- a/doc/user/project/repository/code_suggestions/saas.md
+++ b/doc/user/project/repository/code_suggestions/saas.md
@@ -24,7 +24,7 @@ available to Premium and Ultimate users for purchase now.
 
 Write code more efficiently by using generative AI to suggest code while you're developing.
 
-Usage of GitLab Duo Code Suggestions is governed by the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+Usage of GitLab Duo Code Suggestions is governed by the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 Learn about [data usage when using Code Suggestions](index.md#code-suggestions-data-usage).
 
 ## Enable Code Suggestions
diff --git a/doc/user/project/repository/code_suggestions/self_managed.md b/doc/user/project/repository/code_suggestions/self_managed.md
index 1297e98807ba..a56d5ae7e9ef 100644
--- a/doc/user/project/repository/code_suggestions/self_managed.md
+++ b/doc/user/project/repository/code_suggestions/self_managed.md
@@ -32,7 +32,7 @@ In GitLab 16.3 and later, to participate in the free trial of Code Suggestions o
 - Be a Premium or Ultimate customer.
 - Have activated cloud licensing.
 
-Usage of Code Suggestions is governed by the [GitLab Testing Agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+Usage of Code Suggestions is governed by the [GitLab Testing Agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 Learn about [data usage when using Code Suggestions](index.md#code-suggestions-data-usage).
 
 ## Enable Code Suggestions on self-managed GitLab
@@ -42,7 +42,7 @@ Learn about [data usage when using Code Suggestions](index.md#code-suggestions-d
 
 When you enable Code Suggestions for your self-managed instance, you:
 
-- Agree to the [GitLab testing agreement](https://about.gitlab.com/handbook/legal/testing-agreement/).
+- Agree to the [GitLab testing agreement](https://handbook.gitlab.com/handbook/legal/testing-agreement/).
 - Acknowledge that GitLab sends data from the instance, including personal data, to GitLab.com infrastructure.
 
 How you enable Code Suggestions for your instance differs depending on your
-- 
GitLab