From 36c698ee54c3ca5be3422ccdfb1ed18ae9fb918e Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Thu, 21 Jan 2021 11:37:18 -0800
Subject: [PATCH] Move page to new location, update crosslinks

Updates the alert-notification page name to something shorter.
Also updates two crosslinks to the page.
---
 doc/operations/incident_management/incidents.md                 | 2 +-
 doc/operations/incident_management/index.md                     | 2 +-
 .../incident_management/{alert_notifications.md => paging.md}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename doc/operations/incident_management/{alert_notifications.md => paging.md} (100%)

diff --git a/doc/operations/incident_management/incidents.md b/doc/operations/incident_management/incidents.md
index 3f6522b3f90d2..ce50957f344ad 100644
--- a/doc/operations/incident_management/incidents.md
+++ b/doc/operations/incident_management/incidents.md
@@ -53,7 +53,7 @@ With Maintainer or higher [permissions](../../user/permissions.md), you can enab
 1. Check the **Create an incident** checkbox.
 1. To customize the incident, select an
    [issue template](../../user/project/description_templates.md#creating-issue-templates).
-1. To send [an email notification](alert_notifications.md#email-notifications) to users
+1. To send [an email notification](paging.md#email-notifications) to users
    with [Developer permissions](../../user/permissions.md), select
    **Send a separate email notification to Developers**. Email notifications are
    also sent to users with **Maintainer** and **Owner** permissions.
diff --git a/doc/operations/incident_management/index.md b/doc/operations/incident_management/index.md
index b02745379416a..0420428f10ccc 100644
--- a/doc/operations/incident_management/index.md
+++ b/doc/operations/incident_management/index.md
@@ -13,6 +13,6 @@ generated by their application. By surfacing alerts and incidents where the code
 being developed, efficiency and awareness can be increased. Check out the following sections for more information:
 
 - [Integrate your monitoring tools](alert_integrations.md).
-- Receive [notifications](alert_notifications.md) for triggered alerts.
+- Receive [notifications](paging.md) for triggered alerts.
 - Triage [Alerts](alerts.md) and [Incidents](incidents.md).
 - Inform stakeholders with [Status Page](status_page.md).
diff --git a/doc/operations/incident_management/alert_notifications.md b/doc/operations/incident_management/paging.md
similarity index 100%
rename from doc/operations/incident_management/alert_notifications.md
rename to doc/operations/incident_management/paging.md
-- 
GitLab