From owner-freebsd-testing@FreeBSD.ORG Sat Feb 14 18:43:17 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E18F5F8B for ; Sat, 14 Feb 2015 18:43:17 +0000 (UTC) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5099758 for ; Sat, 14 Feb 2015 18:43:17 +0000 (UTC) Received: by pdbfl12 with SMTP id fl12so26142628pdb.4 for ; Sat, 14 Feb 2015 10:43:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=q9i2lJcXg7fyVorGDHkIP1m08NZ3ocUWz9HPkYm1t68=; b=THqWt/bwcK7R5+mPIr+aV2ZrL4wjijuZ6M8/ZA1JZssl5nJMgDcO1F7prhO/QEHlHj apj0rx0Lwz77Y2rX+7JI+txkV4PjXRWKvhWr5k+p1jtE+h2vVd/wAAhplgVf5lE0HwKN LgwnBUvSGdQR05tzf/G0LgWr9VhiOviAPBqShHKSuHjyX9uqNxV5mhHXxTR36aQ2cL+h HL5wgHnAR+5NnNIegqlqtGkbG/OWK3EJwG1sad6dmir+46jckcuZUWvvQFGhJgo5+uL3 4NYc2BsiVgrnuMcp5l3Cf3WpqYntPy2FmbmSA0PD748iIkaogGAxdxrm8jIEAxbQ7T6A zpXA== X-Received: by 10.68.237.2 with SMTP id uy2mr25637379pbc.72.1423939391178; Sat, 14 Feb 2015 10:43:11 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:2186:c3a2:e16a:bee1? ([2601:8:ab80:7d6:2186:c3a2:e16a:bee1]) by mx.google.com with ESMTPSA id f8sm7308245pdm.68.2015.02.14.10.43.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Feb 2015 10:43:10 -0800 (PST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <822EB8A5-2DC6-408B-B7BF-DD301901D65C@gmail.com> X-Mailer: iPhone Mail (12B466) From: Garrett Cooper Subject: Re: Doc tests: extra /head in links Date: Sat, 14 Feb 2015 10:43:10 -0800 To: Warren Block Cc: "freebsd-testing@FreeBSD.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 18:43:18 -0000 > On Feb 14, 2015, at 07:32, Warren Block wrote: >=20 > On https://jenkins.freebsd.org/job/FreeBSD_DOC/1023/changes >=20 > The "Path in Repository" and "(diff)" links have a repeated "/head". So th= e first is >=20 > http://svnweb.freebsd.org/doc/head/head/en_US.ISO8859-1/books/porters-hand= book/versions/chapter.xml >=20 > but should be >=20 > http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/porters-handbook/= versions/chapter.xml >=20 > I can enter a PR for this if that is preferred. Thanks! Please do. Thanks :)..=