summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml2
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index 3a46b61b73..9bd6127f3c 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -879,7 +879,7 @@
879 When using <filename>manage.py</filename> commands given 879 When using <filename>manage.py</filename> commands given
880 a default configuration, you must be sure that your 880 a default configuration, you must be sure that your
881 working directory is set to the 881 working directory is set to the
882 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 882 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
883 Using <filename>manage.py</filename> commands from the 883 Using <filename>manage.py</filename> commands from the
884 Build Directory allows Toaster to find the 884 Build Directory allows Toaster to find the
885 <filename>toaster.sqlite</filename> file, which is located 885 <filename>toaster.sqlite</filename> file, which is located
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 966c35d4d3..77291c1eea 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -145,7 +145,7 @@
145 <listitem><para> 145 <listitem><para>
146 From the directory containing the Toaster database, 146 From the directory containing the Toaster database,
147 which by default is the 147 which by default is the
148 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, 148 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>,
149 invoke the <filename>createsuperuser</filename> command 149 invoke the <filename>createsuperuser</filename> command
150 from <filename>manage.py</filename>: 150 from <filename>manage.py</filename>:
151 <literallayout class='monospaced'> 151 <literallayout class='monospaced'>
@@ -378,7 +378,7 @@
378 <para> 378 <para>
379 This line also runs the <filename>checksettings</filename> 379 This line also runs the <filename>checksettings</filename>
380 command, which configures the location of the Toaster 380 command, which configures the location of the Toaster
381 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>. 381 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build directory</ulink>.
382 The Toaster root directory <filename>TOASTER_DIR</filename> 382 The Toaster root directory <filename>TOASTER_DIR</filename>
383 determines where the Toaster build directory 383 determines where the Toaster build directory
384 is created on the file system. 384 is created on the file system.