Skip to content

Commit 80bd9b4

Browse files
docs: Change relative URLs to absolute URLs to fix broken links. (#33)
PiperOrigin-RevId: 315786558 Source-Author: Google APIs <[email protected]> Source-Date: Wed Jun 10 15:57:14 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 81226871ce438cdeec241dd81f33f796e37e1c03 Source-Link: googleapis/googleapis@8122687 Co-authored-by: Justin Beckwith <[email protected]>
1 parent 3f95cbe commit 80bd9b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-memcache/protos/google/cloud/memcache/v1beta2/cloud_memcache.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ message Instance {
244244
map<string, string> labels = 3;
245245

246246
// Optional. The full name of the Google Compute Engine
247-
// [network](/compute/docs/networks-and-firewalls#networks) to which the
247+
// [network](https://cloud.google.com/vpc/docs/vpc) to which the
248248
// instance is connected. If left unspecified, the `default` network
249249
// will be used.
250250
string authorized_network = 4;

packages/google-cloud-memcache/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
15-
"internalRef": "310060413"
14+
"sha": "81226871ce438cdeec241dd81f33f796e37e1c03",
15+
"internalRef": "315786558"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)