Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADDF6FA96 for ; Fri, 31 May 2013 18:09:57 +0000 (UTC) Received: (qmail 55379 invoked by uid 500); 31 May 2013 18:09:57 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 55335 invoked by uid 500); 31 May 2013 18:09:57 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 55326 invoked by uid 99); 31 May 2013 18:09:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 18:09:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.82.174 as permitted sender) Received: from [74.125.82.174] (HELO mail-we0-f174.google.com) (74.125.82.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 18:09:52 +0000 Received: by mail-we0-f174.google.com with SMTP id x50so1490654wes.5 for ; Fri, 31 May 2013 11:09:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=5BR3G/jQaZNfLfHw3rFtzeFcCHf2jccvz0GSjXND1xM=; b=YiD9e311vRR4GymRXoW9wU4h8a4Wd7wekEE/TfNjhP3xjNlVjtrT/m/Rziveyo6eza eQ7yWPDPjJSQ3o8SGmO+IVpEgDp5yhqGPxni3IemmrjNg03U5rAOyq/PKCeqJukwSIuy KTbb0eAlMzT+1NEfShj63wXQ6pjpy44/cruf6FTfPcq8Ci0GsQrEtp51kHgmOUscf3EZ g3fSkbArcPe6qiE2YE18qUnJtKhHpTyp/yyxElHr8EzHvYTPhHJw4MH785ThUZ57740g CPD7E680dyvSqKqYL916Zn+geZGvF+0CbNQZvGi+0b9480eCkM3HN4la9GmjNe3iNxhl Ozmg== MIME-Version: 1.0 X-Received: by 10.180.187.170 with SMTP id ft10mr1413247wic.51.1370023771072; Fri, 31 May 2013 11:09:31 -0700 (PDT) Sender: sebbaz@gmail.com Received: by 10.194.43.164 with HTTP; Fri, 31 May 2013 11:09:30 -0700 (PDT) In-Reply-To: <20130531144832.5CEDE23889E0@eris.apache.org> References: <20130531144832.5CEDE23889E0@eris.apache.org> Date: Fri, 31 May 2013 19:09:30 +0100 X-Google-Sender-Auth: Tc5sh92C_y0vB8FijnYZ4cOvHgM Message-ID: Subject: Re: svn commit: r1488259 - /httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html From: sebb AT ASF To: dev@hc.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 31 May 2013 15:48, wrote: > Author: sebb > Date: Fri May 31 14:48:32 2013 > New Revision: 1488259 > > URL: http://svn.apache.org/r1488259 > Log: > Test fix for incorrect relative URL > > Modified: > httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html > > Modified: httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html > URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html?rev=1488259&r1=1488258&r2=1488259&view=diff > ============================================================================== > --- httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html (original) > +++ httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html Fri May 31 14:48:32 2013 > @@ -51,7 +51,7 @@ >
HttpComponents
>
    >
  • > - Home > + Home This fixes one of the broken links reported in HTTPASYNC-43 There are lots more of the same. I can fix them all in the site SVN tree, but are they likely to go wrong again when the site is next released? Or was it a one-off incorrect site deployment? I'm not sure how the site is deployed since the move to svnpubsub. Local site builds seem OK >
  • >
  • > License > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org