Date: Fri, 25 Jan 2002 22:07:08 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Documentation Team <freebsd-doc@freebsd.org> Subject: Relative link in books Message-ID: <7msn8utw8z.wl@waterblue.imgsrc.co.jp>
next in thread | raw e-mail | index | archive | help
I found following patch in fdp-primer during translation into Japanese. IMHO, any books (and articles) should not depend on the relation of path between www/en tree and doc/en_US.ISO8859-1 tree. "FDP primer" should exist as independent book without www/en tree. So I think it should be absolute path (URI) instead of relative path. =================================================================== RCS file: /c/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 2001/10/02 06:00:27 1.10 +++ doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 2001/10/23 21:54:17 1.11 @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: /c/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.10 2001/10/02 06:00:27 murray Exp $ + $FreeBSD: /c/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.11 2001/10/23 21:54:17 murray Exp $ --> <chapter id="overview"> @@ -122,7 +122,7 @@ <listitem> <para>This is the main FreeBSD presence on the World Wide Web, visible at <ulink - url="http://www.FreeBSD.org/">http://www.FreeBSD.org/</ulink> + url="../../../../index.html">http://www.FreeBSD.org/</ulink> and many mirrors around the world. The web site is many people's first exposure to FreeBSD.</para> </listitem> -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7msn8utw8z.wl>