changeset 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 2fa3c989e8ba
files xml/en/docs/http/ngx_http_upstream_module.xml xml/en/docs/stream/ngx_stream_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml xml/ru/docs/stream/ngx_stream_upstream_module.xml
diffstat 4 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="77">
+        rev="78">
 
 <section id="summary">
 
@@ -456,7 +456,7 @@ The <value>key</value> can contain text,
 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>
 
@@ -469,7 +469,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>
 
--- 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>
 
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="77">
+        rev="78">
 
 <section id="summary">
 
@@ -462,7 +462,7 @@ state /var/db/nginx/state/servers.conf;  # путь для FreeBSD
 Следует отметить, что любое добавление или удаление серверов в группе
 может привести к перераспределению большинства ключей на другие серверы.
 Метод совместим с библиотекой Perl
-<link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached">Cache::Memcached</link>.
+<link url="https://metacpan.org/pod/Cache::Memcached">Cache::Memcached</link>.
 </para>
 
 <para>
@@ -474,7 +474,7 @@ state /var/db/nginx/state/servers.conf;  # путь для FreeBSD
 Применение метода для кэширующих серверов обеспечивает
 больший процент попаданий в кэш.
 Метод совместим с библиотекой Perl
-<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>
 при значении параметра <value>ketama_points</value> равным 160.
 </para>
 
--- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_module"
         link="/ru/docs/stream/ngx_stream_upstream_module.html"
         lang="ru"
-        rev="33">
+        rev="34">
 
 <section id="summary">
 
@@ -422,7 +422,7 @@ hash $remote_addr;
 Следует отметить, что любое добавление или удаление серверов в группе
 может привести к перераспределению большинства ключей на другие серверы.
 Метод совместим с библиотекой Perl
-<link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached">Cache::Memcached</link>.
+<link url="https://metacpan.org/pod/Cache::Memcached">Cache::Memcached</link>.
 </para>
 
 <para>
@@ -434,7 +434,7 @@ hash $remote_addr;
 Применение метода для кэширующих серверов обеспечивает
 больший процент попаданий в кэш.
 Метод совместим с библиотекой Perl
-<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>
 при значении параметра <value>ketama_points</value> равным 160.
 </para>