From owner-cvs-all@FreeBSD.ORG Wed Apr 28 22:46:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C642416A4CE; Wed, 28 Apr 2004 22:46:02 -0700 (PDT) Received: from mail.vistcom.ru (relay-1.vistcom.ru [217.23.84.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B4443D41; Wed, 28 Apr 2004 22:46:02 -0700 (PDT) (envelope-from den@FreeBSD.org) Received: by mail.vistcom.ru (Postfix, from userid 220) id 476749364D; Thu, 29 Apr 2004 09:45:59 +0400 (MSD) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by mail.vistcom.ru (Postfix) with ESMTP id EF40F93649; Thu, 29 Apr 2004 09:45:58 +0400 (MSD) Message-ID: <40909696.5080408@FreeBSD.org> Date: Thu, 29 Apr 2004 09:45:58 +0400 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Alexey Zelkin References: <200404141711.i3EHBF3S006248@repoman.freebsd.org> In-Reply-To: <200404141711.i3EHBF3S006248@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 05:46:02 -0000 Hello! Alexey Zelkin wrote: > phantom 2004/04/14 10:11:15 PDT > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook book.sgml > Log: > Use absolute url while referencing main web site (not relative reference). > I have two reasons to do this change: > > . We are referencing 'main web site', so need to refer *main* website > . When handbook is installed on into /usr/share/doc, or mirrored > on third part site (handbook only) -- this link is broken. > > Revision Changes Path > 1.146 +1 -1 doc/en_US.ISO8859-1/books/handbook/book.sgml We have another 59 relative links to our website: find /usr/doc/en_US.ISO8859-1/ -name "*.sgml" -exec egrep '(\.\./){3,}' {} \; | wc -l I can fix ( -> absolute) it all, if no objections.