Author: luke1410
Date: Wed Nov 29 09:33:16 2017
New Revision: 1816612
URL: http://svn.apache.org/viewvc?rev=1816612&view=rev
Log:
Update links to Apache Serf to point to the new home.
* docs/release-notes/1.5.html: Update link to Apache Serf
* docs/release-notes/1.7.html: the same
* docs/release-notes/1.8.html: the same
Modified:
subversion/site/staging/docs/release-notes/1.5.html
subversion/site/staging/docs/release-notes/1.7.html
subversion/site/staging/docs/release-notes/1.8.html
Modified: subversion/site/staging/docs/release-notes/1.5.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.5.html?rev=1816612&r1=1816611&r2=1816612&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.5.html (original)
+++ subversion/site/staging/docs/release-notes/1.5.html Wed Nov 29 09:33:16 2017
@@ -1540,7 +1540,7 @@ href="https://issues.apache.org/jira/bro
<p>Subversion 1.4 introduced the experimental <tt>ra_serf</tt>
repository access module for accessing HTTP[S] DAV Subversion servers.
-This uses the <a href="http://code.google.com/p/serf/">serf</a>
+This uses the <a href="http://serf.apache.org/">serf</a>
library instead of the Neon library which the original DAV support
uses. serf supports pipelined requests which may lead to better
performance. However, Subversion 1.4 required you to choose which
Modified: subversion/site/staging/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.7.html?rev=1816612&r1=1816611&r2=1816612&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.7.html (original)
+++ subversion/site/staging/docs/release-notes/1.7.html Wed Nov 29 09:33:16 2017
@@ -984,7 +984,7 @@ for details.</p>
<p>The <code>libsvn_ra_serf</code> repository access library has received
a lot of improvements and stabilization.
-The design of <a href="http://code.google.com/p/serf/">serf</a> facilitates
+The design of <a href="http://serf.apache.org/">serf</a> facilitates
future performance improvements that are impossible to achieve with
<a href="http://www.webdav.org/neon/">neon</a>. There were plans to make
serf the default HTTP access library for the 1.7 release.
Modified: subversion/site/staging/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.8.html?rev=1816612&r1=1816611&r2=1816612&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.8.html (original)
+++ subversion/site/staging/docs/release-notes/1.8.html Wed Nov 29 09:33:16 2017
@@ -382,7 +382,7 @@ Checksum: a27c71319a591c4eebe2bb81129413
<p>HTTP client support based on <a href="http://webdav.org/neon">neon</a>
has been removed in favor of HTTP client support based on
-<a href="http://code.google.com/p/serf/">serf</a>.</p>
+<a href="https://serf.apache.org/">serf</a>.</p>
<p>serf is a high-performance HTTP client library which has formed the basis
of an alternative HTTP repository access method for many years.