From ed8e1fd4cf9d5ac8a8203638add99d686b4b3521 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 19 Mar 2021 17:42:21 +0100 Subject: doc: Update links to documentation Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- README | 2 +- lib/bb/tests/fetch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 479c37658..96e6007e7 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ For information about Bitbake, see the OpenEmbedded website: Bitbake plain documentation can be found under the doc directory or its integrated html version at the Yocto Project website: - http://yoctoproject.org/documentation + https://docs.yoctoproject.org Contributing ------------ diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index 7b2dac7b8..ddf6e9743 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1345,7 +1345,7 @@ class FetchCheckStatusTest(FetcherTest): "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz", "https://yoctoproject.org/", - "https://yoctoproject.org/documentation", + "https://docs.yoctoproject.org", "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", -- cgit 1.2.3-korg