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:
Diffstat (limited to 'doc/development/sec/token_revocation_api.md')
-rw-r--r--doc/development/sec/token_revocation_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/sec/token_revocation_api.md b/doc/development/sec/token_revocation_api.md
index 15d1d2d0ef3..e2006ba519c 100644
--- a/doc/development/sec/token_revocation_api.md
+++ b/doc/development/sec/token_revocation_api.md
@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
The Token Revocation API is an externally-deployed HTTP API that interfaces with GitLab
to receive and revoke API tokens and other secrets detected by GitLab Secret Detection.
-See the [high-level architecture](../../user/application_security/secret_detection/post_processing.md)
+See the [high-level architecture](../../user/application_security/secret_detection/automatic_response.md)
to understand the Secret Detection post-processing and revocation flow.
GitLab.com uses the internally-maintained [Secret Revocation Service](https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/secret-revocation-service)
@@ -114,5 +114,5 @@ For example, to configure these values in the
```
After you configure these values, the Token Revocation API will be called according to the
-[high-level architecture](../../user/application_security/secret_detection/post_processing.md#high-level-architecture)
+[high-level architecture](../../user/application_security/secret_detection/automatic_response.md#high-level-architecture)
diagram.