ref-manual: Converted external links to internal and fixed dev-manual links

The dev-manual title changed to the Yocto Project Development Tasks
Manual.  Updated the links.  Fixed a few links that should have
been internal.

(From yocto-docs rev: 2125fa0b2a86b8bea0d0e76c4ca349d00bd86e71)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-10-16 14:48:25 -07:00
committed by Richard Purdie
parent 33c74acdee
commit 95b24b77b9

View File

@@ -36,7 +36,7 @@
<para> <para>
One method you can use to determine which recipes are checking to see if a One method you can use to determine which recipes are checking to see if a
particular feature is contained or not is to <filename>grep</filename> through particular feature is contained or not is to <filename>grep</filename> through
the <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> the <link linkend='metadata'>Metadata</link>
for the feature. for the feature.
Here is an example that discovers the recipes whose build is potentially Here is an example that discovers the recipes whose build is potentially
changed based on a given feature: changed based on a given feature:
@@ -132,7 +132,7 @@
These select features make sense to be controlled both at These select features make sense to be controlled both at
the machine and distribution configuration level. the machine and distribution configuration level.
See the See the
<ulink url='&YOCTO_DOCS_REF_URL;#var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></ulink> <link linkend='var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></link>
variable for more information. variable for more information.
</para> </para>
@@ -217,7 +217,7 @@
the package tests where supported by individual recipes. the package tests where supported by individual recipes.
For more information on package tests, see the For more information on package tests, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Tasks Manual.
</para></listitem> </para></listitem>
<listitem><para><emphasis>smbfs:</emphasis> Include SMB networks <listitem><para><emphasis>smbfs:</emphasis> Include SMB networks
client support (for mounting Samba/Microsoft Windows shares client support (for mounting Samba/Microsoft Windows shares
@@ -304,7 +304,7 @@
<note> <note>
To make the <filename>/var/log</filename> directory To make the <filename>/var/log</filename> directory
on the target persistent, use the on the target persistent, use the
<ulink url='&YOCTO_DOCS_REF_URL;#var-VOLATILE_LOG_DIR'><filename>VOLATILE_LOG_DIR</filename></ulink> <link linkend='var-VOLATILE_LOG_DIR'><filename>VOLATILE_LOG_DIR</filename></link>
variable by setting it to "no". variable by setting it to "no".
</note> </note>
</para></listitem> </para></listitem>
@@ -315,8 +315,8 @@
Creates an image whose root filesystem is read-only. Creates an image whose root filesystem is read-only.
See the See the
"<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-read-only-root-filesystem'>Creating a Read-Only Root Filesystem</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-read-only-root-filesystem'>Creating a Read-Only Root Filesystem</ulink>"
section in the Yocto Project Development Manual for more section in the Yocto Project Development Tasks Manual for
information. more information.
</para></listitem> </para></listitem>
<listitem><para><emphasis>splash:</emphasis> <listitem><para><emphasis>splash:</emphasis>
Enables showing a splash screen during boot. Enables showing a splash screen during boot.
@@ -374,7 +374,7 @@
<filename>strace</filename> and <filename>gdb</filename>. <filename>strace</filename> and <filename>gdb</filename>.
For information on GDB, see the For information on GDB, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Tasks Manual.
For information on tracing and profiling, see the For information on tracing and profiling, see the
<ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>.
</para></listitem> </para></listitem>