From 74bf586c940d20fc5546a60a290545c7c0edecb0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Jun 2017 17:47:10 -0700 Subject: documentation: Fixed links for "build-directory" term. Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke several links to the id "build-directory". I fixed these to reference into the ref-manual now. (From yocto-docs rev: debe2ae8ce203ebe0f1cee0de54124c15df8bb7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-reference.xml | 2 +- documentation/toaster-manual/toaster-manual-setup-and-use.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/toaster-manual') 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 @@ When using manage.py commands given a default configuration, you must be sure that your working directory is set to the - Build Directory. + Build Directory. Using manage.py commands from the Build Directory allows Toaster to find the toaster.sqlite 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 @@ From the directory containing the Toaster database, which by default is the - Build Directory, + Build Directory, invoke the createsuperuser command from manage.py: @@ -378,7 +378,7 @@ This line also runs the checksettings command, which configures the location of the Toaster - Build directory. + Build directory. The Toaster root directory TOASTER_DIR determines where the Toaster build directory is created on the file system. -- cgit v1.2.3-54-g00ecf