-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Fix broken links in readme #1520
Conversation
#1511 Also calls out some outdated links in javadocs, can you check on those too? |
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move | ||
the code from the main method to your application's servlet class and change the print statements to | ||
display on your webpage. | ||
See [ListObjects.java](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) for a complete example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this the regenerated changes? Not sure if they will be clobbered once merged again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these are the result of owlbot updates after i edited the yaml file, so these changes are safe from clobbering
🤖 I have created a release *beep* *boop* --- ## [2.12.0](v2.11.3...v2.12.0) (2022-09-15) ### Features * Add toString method for CustomPlacementConfig ([#1602](#1602)) ([51aca10](51aca10)) ### Documentation * Add batch sample ([#1559](#1559)) ([583bf73](583bf73)) * Document thread safety of library ([#1566](#1566)) ([c740899](c740899)) * Fix broken links in readme ([#1520](#1520)) ([840b08a](840b08a)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#1611](#1611)) ([8a48aea](8a48aea)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#1620](#1620)) ([20e6378](20e6378)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
#1511
#1399