Skip to content

Commit 8141c52

Browse files
authored
fix example links (googleapis#3328)
1 parent 17a230f commit 8141c52

File tree

1 file changed

+4
-4
lines changed
  • java-resourcemanager/google-cloud-resourcemanager

1 file changed

+4
-4
lines changed

java-resourcemanager/google-cloud-resourcemanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.
3939

4040
Example Application
4141
--------------------
42-
[`ResourceManagerExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/ResourceManagerExample.java) is a simple command line interface for the Cloud Resource Manager. Read more about using the application on the [`ResourceManagerExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/resourcemanager/ResourceManagerExample.html).
42+
[`ResourceManagerExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/ResourceManagerExample.java) is a simple command line interface for the Cloud Resource Manager. Read more about using the application on the [`ResourceManagerExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/resourcemanager/ResourceManagerExample.html).
4343

4444
Authentication
4545
--------------
@@ -203,15 +203,15 @@ We put together all the code shown above into three programs. The programs assum
203203
running from your own desktop and used the Google Cloud SDK to authenticate yourself.
204204

205205
The first program creates a project if it does not exist. Complete source code can be found at
206-
[GetOrCreateProject.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/GetOrCreateProject.java).
206+
[GetOrCreateProject.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/GetOrCreateProject.java).
207207

208208
The second program updates a project if it exists and lists all projects the user has permission to
209209
view. Complete source code can be found at
210-
[UpdateAndListProjects.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/UpdateAndListProjects.java).
210+
[UpdateAndListProjects.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/UpdateAndListProjects.java).
211211

212212
The third program modifies the IAM policy associated with a project using the read-modify-write
213213
pattern. Complete source code can be found at
214-
[ModifyPolicy.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/ModifyPolicy.java)
214+
[ModifyPolicy.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/snippets/ModifyPolicy.java)
215215

216216
Transport
217217
---------

0 commit comments

Comments
 (0)