diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index e7049f9fa6..cdb349be3a 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -356,6 +356,46 @@
+
+ Using the Downloads Page
+
+
+ The
+ Yocto Project Website
+ uses a "Downloads" area from which you can locate and download
+ tarballs of any Yocto Project release.
+ Rather than Git repositories, these files represent snapshot
+ tarballs.
+ Tip
+ The recommended method for accessing Yocto Project
+ components is to use Git to clone a repository and work from
+ within that local repository.
+ The procedure in this section exists should you desire a
+ tarball snapshot of any given component.
+
+
+
+ Open The
+ Yocto Project Website
+ in your browser.
+
+
+ Click the "Downloads" tab.
+
+
+ Click the type of files you want (i.e "Build System",
+ "Tools", or "Board Support Packages (BSPs)".
+
+
+ Locate the release.
+
+
+ Click the download link to get your files.
+
+
+
+
+
Cloning the poky Repository
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml
index b640f44298..6922736d61 100644
--- a/documentation/ref-manual/ref-development-environment.xml
+++ b/documentation/ref-manual/ref-development-environment.xml
@@ -711,19 +711,25 @@
"Accessing Index of Releases"
section in the Yocto Project Development Manual.
-
+
"Downloads" page for the
Yocto Project Website:
-
- Access this page by going to the website and then selecting
- the "Downloads" tab.
- This page allows you to download any Yocto Project
- release or Board Support Package (BSP) in tarball form.
+
+
+ This section will change due to
+ reworking of the YP Website.
+
+ The Yocto Project website includes a "Downloads" tab
+ that allows you to download any Yocto Project
+ release and Board Support Package (BSP) in tarball form.
The tarballs are similar to those found in the
Index of /releases: area.
+ For steps on how to use the "Downloads" page, see the
+ "Using the Downloads Page"
+ section in the Yocto Project Development Manual.