From f72c3a53fe6705cd705b4fc4e464bed4dbd1f18f Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 3 Jun 2020 14:35:15 -0700 Subject: [PATCH] docs: fix several broken links in the docs. PiperOrigin-RevId: 314606371 --- google/privacy/dlp/v2/dlp.proto | 12 ++++++------ google/privacy/dlp/v2/storage.proto | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/google/privacy/dlp/v2/dlp.proto b/google/privacy/dlp/v2/dlp.proto index 29291fa5..dea49625 100644 --- a/google/privacy/dlp/v2/dlp.proto +++ b/google/privacy/dlp/v2/dlp.proto @@ -2423,16 +2423,16 @@ message CryptoReplaceFfxFpeConfig { // Unused. FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = 0; - // [0-9] (radix of 10) + // `[0-9]` (radix of 10) NUMERIC = 1; - // [0-9A-F] (radix of 16) + // `[0-9A-F]` (radix of 16) HEXADECIMAL = 2; - // [0-9A-Z] (radix of 36) + // `[0-9A-Z]` (radix of 36) UPPER_CASE_ALPHA_NUMERIC = 3; - // [0-9A-Za-z] (radix of 62) + // `[0-9A-Za-z]` (radix of 62) ALPHA_NUMERIC = 4; } @@ -2491,7 +2491,7 @@ message CryptoReplaceFfxFpeConfig { // // This annotation identifies the surrogate when inspecting content using the // custom infoType - // [`SurrogateType`](/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype). + // [`SurrogateType`](https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype). // This facilitates reversal of the surrogate when it occurs in free text. // // In order for inspection to work properly, the name of this infoType must @@ -2982,7 +2982,7 @@ message Action { // Publish a message into given Pub/Sub topic when DlpJob has completed. The // message contains a single field, `DlpJobName`, which is equal to the // finished job's - // [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob). + // [`DlpJob.name`](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob). // Compatible with: Inspect, Risk message PublishToPubSub { // Cloud Pub/Sub topic to send notifications to. The topic must have given diff --git a/google/privacy/dlp/v2/storage.proto b/google/privacy/dlp/v2/storage.proto index 9408d6de..9276bb4b 100644 --- a/google/privacy/dlp/v2/storage.proto +++ b/google/privacy/dlp/v2/storage.proto @@ -128,7 +128,7 @@ message CustomInfoType { // Message for detecting output from deidentification transformations // such as - // [`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig). + // [`CryptoReplaceFfxFpeConfig`](https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig). // These types of transformations are // those that perform pseudonymization, thereby producing a "surrogate" as // output. This should be used in conjunction with a field on the