diff options
author | Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> | 2020-03-28 02:21:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:25:52 +0100 |
commit | 189791a43d39b3c52bf401d35e29267f8489b743 (patch) | |
tree | 2d3bdd846c36fdb2246f65a871d5072a4c056a3b /documentation/dev-manual | |
parent | e2053e254733146566f88bd064e3078b1bf57ee8 (diff) | |
download | poky-189791a43d39b3c52bf401d35e29267f8489b743.tar.gz |
dev-manual: Fix CROPS link
The link used in the documentation points to a file
that no longer exists on the crops repository.
Use the poky-container repo instead since it is more
accurate and updated
(From yocto-docs rev: 5d16ccecf0b198af0f78a4cce28532ab9dca739f)
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 19c1068a70..2dc318a9b9 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -396,7 +396,7 @@ | |||
396 | for development using the Yocto Project. | 396 | for development using the Yocto Project. |
397 | Your build host can be a native Linux machine (recommended), it can | 397 | Your build host can be a native Linux machine (recommended), it can |
398 | be a machine (Linux, Mac, or Windows) that uses | 398 | be a machine (Linux, Mac, or Windows) that uses |
399 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, | 399 | <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>, |
400 | which leverages | 400 | which leverages |
401 | <ulink url='https://www.docker.com/'>Docker Containers</ulink> or it can | 401 | <ulink url='https://www.docker.com/'>Docker Containers</ulink> or it can |
402 | be a Windows machine capable of running Windows Subsystem For Linux v2 (WSL). | 402 | be a Windows machine capable of running Windows Subsystem For Linux v2 (WSL). |
@@ -519,7 +519,7 @@ | |||
519 | 519 | ||
520 | <para> | 520 | <para> |
521 | With | 521 | With |
522 | <ulink url='https://github.com/crops/crops/blob/master/README.md'>CROPS</ulink>, | 522 | <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>, |
523 | which leverages | 523 | which leverages |
524 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>, | 524 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>, |
525 | you can create a Yocto Project development environment that | 525 | you can create a Yocto Project development environment that |