Skip to content

Commit

Permalink
docs: fix error response format url
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison committed Sep 20, 2024
1 parent dd33337 commit 4bcebb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* Data class representing the Google JSON error response content, as documented for example in <a
* href="https://developers.google.com/url-shortener/v1/getting_started#errors">Error responses</a>.
* href="https://cloud.google.com/apis/design/errors">Error responses</a>.
*
* @since 1.4
* @author Yaniv Inbar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
/**
* Exception thrown when an error status code is detected in an HTTP response to a Google API that
* uses the JSON format, using the format specified in <a href=
* "https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors">Error
* Responses</a>.
* "https://cloud.google.com/apis/design/errors">Error Responses</a>.
*
* <p>To execute a request, call {@link #execute(JsonFactory, HttpRequest)}. This will throw a
* {@link GoogleJsonResponseException} on an error response. To get the structured details, use
Expand Down

0 comments on commit 4bcebb4

Please sign in to comment.