diff xml/en/docs/stream/ngx_stream_upstream_module.xml @ 2275:d93c8c32df75

Updated links to CPAN search interface. See https://www.perl.com/article/saying-goodbye-to-search-cpan-org/ for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 13 Nov 2018 16:28:10 +0300
parents e28e3d0f0d20
children 1445fc690c16
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="33">
+        rev="34">
 
 <section id="summary">
 
@@ -419,7 +419,7 @@ hash $remote_addr;
 Note that adding or removing a server from the group
 may result in remapping most of the keys to different servers.
 The method is compatible with the
-<link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached">Cache::Memcached</link>
+<link url="https://metacpan.org/pod/Cache::Memcached">Cache::Memcached</link>
 Perl library.
 </para>
 
@@ -432,7 +432,7 @@ will be remapped to different servers
 when a server is added to or removed from the group.
 This helps to achieve a higher cache hit ratio for caching servers.
 The method is compatible with the
-<link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached%3A%3AFast">Cache::Memcached::Fast</link>
+<link url="https://metacpan.org/pod/Cache::Memcached::Fast">Cache::Memcached::Fast</link>
 Perl library with the <value>ketama_points</value> parameter set to 160.
 </para>