We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1262082 commit f191d33Copy full SHA for f191d33
google-http-client-apache-v2/src/main/java/com/google/api/client/http/apache/v2/ApacheHttpTransport.java
@@ -46,8 +46,8 @@
46
* <p>Default settings are specified in {@link #newDefaultHttpClient()}. Use the {@link
47
* #ApacheHttpTransport(HttpClient)} constructor to override the Apache HTTP Client used. Please
48
* 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.
+ * href="https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/pdf/httpclient-tutorial.pdf">
+ * Apache HTTP Client connection management tutorial</a> for more complex configuration options.
51
*
52
* @since 1.30
53
* @author Yaniv Inbar
0 commit comments