Skip to content

Commit f191d33

Browse files
chore: fix URL to ApacheHttpTransport connection management tutorial (#1824)
* chore: fix URL to ApacheHttpTransport connection management tutorial * chore: formatting * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1262082 commit f191d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-http-client-apache-v2/src/main/java/com/google/api/client/http/apache/v2/ApacheHttpTransport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* <p>Default settings are specified in {@link #newDefaultHttpClient()}. Use the {@link
4747
* #ApacheHttpTransport(HttpClient)} constructor to override the Apache HTTP Client used. Please
4848
* read the <a
49-
* href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html">Apache HTTP
50-
* Client connection management tutorial</a> for more complex configuration options.
49+
* href="https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/pdf/httpclient-tutorial.pdf">
50+
* Apache HTTP Client connection management tutorial</a> for more complex configuration options.
5151
*
5252
* @since 1.30
5353
* @author Yaniv Inbar

0 commit comments

Comments
 (0)