-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix: update dead link #414
Conversation
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
README.md
Outdated
@@ -177,7 +177,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5] | |||
|
|||
Java is a registered trademark of Oracle and/or its affiliates. | |||
|
|||
[product-docs]: https://cloud.google.com/logging-logback/docs/ | |||
[product-docs]: https://cloud.google.com/logging/setup/java/ |
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.
This appears to be a 404. Should it be https://cloud.google.com/logging/docs/setup/java?
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.
updated
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.
LGTM
I dont think this file will be overwritten given :
java-logging-logback/synth.metadata
Line 18 in 0a1087f
"generatedFiles": [ |
🤖 I have created a release \*beep\* \*boop\* --- ## [0.121.0](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.8...v0.121.0) (2021-06-01) ### Features * add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#418](https://www.github.com/googleapis/java-logging-logback/issues/418)) ([1900bbe](https://www.github.com/googleapis/java-logging-logback/commit/1900bbef7f000652d57d47a1110ad820ad42f86a)) ### Bug Fixes * update dead link ([#414](https://www.github.com/googleapis/java-logging-logback/issues/414)) ([2ff2886](https://www.github.com/googleapis/java-logging-logback/commit/2ff2886c11a13c223a5c7b114ccb7c7d189c41dd)) ### Dependencies * update dependency com.google.cloud:google-cloud-logging to v2.3.0 ([#425](https://www.github.com/googleapis/java-logging-logback/issues/425)) ([788d46a](https://www.github.com/googleapis/java-logging-logback/commit/788d46a437f2e8ea1b7c1869c243051fd98a3f95)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#415](https://www.github.com/googleapis/java-logging-logback/issues/415)) ([d5e79c8](https://www.github.com/googleapis/java-logging-logback/commit/d5e79c88e575234f837a933e5e1e5305b74eff4e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Fixes #393 ☕️