The 2nd chunk doesn't look correct, the 's' has eaten the ':'.

On Fri, Jul 23, 2021 at 3:53 PM Michael Opdenacker <michael.opdenacker@bootlin.com> wrote:
This updates the link to the YP docs
and proposes to access the OE website through https

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 scripts/oe-setup-builddir | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 30eaa8efbe..75f63f5680 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -113,10 +113,10 @@ if [ ! -z "$SHOWYPDOC" ]; then
     cat <<EOM
 The Yocto Project has extensive documentation about OE including a reference
 manual which can be found at:
-    http://yoctoproject.org/documentation
+    https://docs.yoctoproject.org

 For more information about OpenEmbedded see their website:
-    http://www.openembedded.org/
+    https//www.openembedded.org/

 EOM
 #    unset SHOWYPDOC
--
2.25.1