Fix 404. Add ../../ to the relative path. This might be changed to
a &base; usage later on. Submitted by: checkbot
This commit is contained in:
parent
1aa4bf08b3
commit
cd30a7ae84
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10047
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml,v 1.7 2001/07/06 13:02:54 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml,v 1.8 2001/07/07 13:25:07 tom Exp $
|
||||
-->
|
||||
|
||||
<chapter id="tools">
|
||||
|
@ -1366,7 +1366,7 @@ DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz
|
|||
|
||||
<para>Finally, if you find its text-based command-prompt style
|
||||
off-putting, there's a graphical front-end for it <ulink
|
||||
URL="../../ports/devel.html">xxgdb</ulink> in the ports
|
||||
URL="../../../../ports/devel.html">xxgdb</ulink> in the ports
|
||||
collection.</para>
|
||||
|
||||
<para>This section is intended to be an introduction to using
|
||||
|
|
Loading…
Reference in a new issue