From owner-freebsd-testing@FreeBSD.ORG Sat Feb 14 15:32:16 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 BDDC3815 for ; Sat, 14 Feb 2015 15:32:16 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4A4D67 for ; Sat, 14 Feb 2015 15:32:12 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t1EFW4jU070910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 14 Feb 2015 08:32:04 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t1EFW4DC070907 for ; Sat, 14 Feb 2015 08:32:04 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 14 Feb 2015 08:32:04 -0700 (MST) From: Warren Block To: freebsd-testing@FreeBSD.org Subject: Doc tests: extra /head in links Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 14 Feb 2015 08:32:04 -0700 (MST) 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 15:32:16 -0000 On https://jenkins.freebsd.org/job/FreeBSD_DOC/1023/changes The "Path in Repository" and "(diff)" links have a repeated "/head". So the first is http://svnweb.freebsd.org/doc/head/head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml but should be http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml I can enter a PR for this if that is preferred. Thanks!