Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-16 09:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-16 09:08:48 +0300
commitb394e58cc2e52e17e7991e3d7b705aa383c362ee (patch)
treec8fd512f3b9018ff2d007161b825ff22463370d4 /doc/raketasks
parente5aec0ddbc6e3122f5e2425e92b30c4cd2184c90 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/index.md b/doc/raketasks/index.md
index a44f053bc7b..47fa7e855a1 100644
--- a/doc/raketasks/index.md
+++ b/doc/raketasks/index.md
@@ -44,7 +44,7 @@ The following Rake tasks are available for use with GitLab:
| [Reset user passwords](../security/reset_user_password.md#use-a-rake-task) | Reset user passwords using Rake. |
| [Uploads migrate](../administration/raketasks/uploads/migrate.md) | Migrate uploads between local storage and object storage. |
| [Uploads sanitize](../administration/raketasks/uploads/sanitize.md) | Remove EXIF data from images uploaded to earlier versions of GitLab. |
-| [Service Data](../development/service_ping/troubleshooting.md#generate-service-ping) | Generate and troubleshoot [Service Ping](../development/service_ping/index.md). |
+| [Service Data](../development/internal_analytics/service_ping/troubleshooting.md#generate-service-ping) | Generate and troubleshoot [Service Ping](../development/internal_analytics/service_ping/index.md). |
| [User management](user_management.md) | Perform user management tasks. |
| [Webhooks administration](web_hooks.md) | Maintain project webhooks. |
| [X.509 signatures](x509_signatures.md) | Update X.509 commit signatures, which can be useful if the certificate store changed. |