Skip to content

Commit 99d64e0

Browse files
0xflotuschingor13
authored andcommitted
docs: fix HttpResponseException Markup (#829)
1 parent 15ba3c3 commit 99d64e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/http-transport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ that also, use `Level.ALL` instead of `Level.CONFIG`.
8686
## Handling HTTP error responses
8787

8888
When an HTTP error response (an HTTP status code of 300 or higher) is received,
89-
[`HttpRequest.execute()`][request-execute] throws an [`HttpResponseException`][response-exeception].
89+
[`HttpRequest.execute()`][request-execute] throws an [`HttpResponseException`][response-exception].
9090
Here's an example usage:
9191

9292
```java
@@ -133,4 +133,4 @@ HttpRequestFactory requestFactory = transport.createRequestFactory(new MyInitial
133133
[file-handler]: https://docs.oracle.com/javase/7/docs/api/java/util/logging/FileHandler.html
134134
[request-execute]: https://googleapis.dev/java/google-http-client/latest/com/google/api/client/http/HttpRequest.html#execute--
135135
[response-exception]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpResponseException.html
136-
[http-unsuccessful-response-handler]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpUnsuccessfulResponseHandler.html
136+
[http-unsuccessful-response-handler]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpUnsuccessfulResponseHandler.html

0 commit comments

Comments
 (0)