Skip to content

Commit

Permalink
docs: fix several broken links in the docs (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jun 12, 2020
1 parent 94df3e6 commit 4aeb7cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/google-privacy-dlp/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "dec3204175104cef49bf21d685d5517caaf0058f",
"internalRef": "312689208"
"sha": "f72c3a53fe6705cd705b4fc4e464bed4dbd1f18f",
"internalRef": "314606371"
}
},
{
Expand Down

0 comments on commit 4aeb7cb

Please sign in to comment.