Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: Change relative URLs to absolute URLs to fix broken links. (#94)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a9613835-4ca9-4e24-a145-9a27c369c58d/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 315786558
Source-Link: googleapis/googleapis@8122687
  • Loading branch information
yoshi-automation committed Jun 11, 2020
1 parent 040848b commit d807788
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.5.0</version>
<version>5.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -4210,7 +4210,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -4236,7 +4236,7 @@ public java.lang.String getAuthorizedNetwork() {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand Down Expand Up @@ -6047,7 +6047,7 @@ public Builder putAllLabels(java.util.Map<java.lang.String, java.lang.String> va
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -6072,7 +6072,7 @@ public java.lang.String getAuthorizedNetwork() {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -6097,7 +6097,7 @@ public com.google.protobuf.ByteString getAuthorizedNetworkBytes() {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -6121,7 +6121,7 @@ public Builder setAuthorizedNetwork(java.lang.String value) {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -6141,7 +6141,7 @@ public Builder clearAuthorizedNetwork() {
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand Down
Expand Up @@ -156,7 +156,7 @@ public interface InstanceOrBuilder
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand All @@ -171,7 +171,7 @@ public interface InstanceOrBuilder
*
* <pre>
* Optional. The full name of the Google Compute Engine
* [network](/compute/docs/networks-and-firewalls#networks) to which the
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected. If left unspecified, the `default` network
* will be used.
* </pre>
Expand Down
Expand Up @@ -244,7 +244,7 @@ message Instance {
map<string, string> labels = 3;

// Optional. The full name of the Google Compute Engine
// [network](/compute/docs/networks-and-firewalls#networks) to which the
// [network](https://cloud.google.com/vpc/docs/vpc) to which the
// instance is connected. If left unspecified, the `default` network
// will be used.
string authorized_network = 4;
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-memcache.git",
"sha": "c33b29ba891638db80aaf61eee2238a9a6e74c0b"
"sha": "dab0eb60ed23f7bd00961cf5e28d79aa2f53f18c"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "81226871ce438cdeec241dd81f33f796e37e1c03",
"internalRef": "315786558"
}
},
{
Expand Down

0 comments on commit d807788

Please sign in to comment.