summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-2.1.rst
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch)
treef31bec756b3cb74921263c71b3147fae7f28b323 /documentation/ref-manual/migration-2.1.rst
parentd87b99112b32c7789878ae90d157181f9fe4bb70 (diff)
downloadpoky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-2.1.rst')
-rw-r--r--documentation/ref-manual/migration-2.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-2.1.rst b/documentation/ref-manual/migration-2.1.rst
index e8b3ada264..861d04861b 100644
--- a/documentation/ref-manual/migration-2.1.rst
+++ b/documentation/ref-manual/migration-2.1.rst
@@ -89,7 +89,7 @@ package-specific nesting should be done by the package itself. Finally,
89having ``libexecdir`` change between recipes makes it very difficult for 89having ``libexecdir`` change between recipes makes it very difficult for
90different recipes to invoke binaries that have been installed into 90different recipes to invoke binaries that have been installed into
91``libexecdir``. The Filesystem Hierarchy Standard (i.e. 91``libexecdir``. The Filesystem Hierarchy Standard (i.e.
92http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now 92https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now
93recognizes the use of ``${prefix}/libexec/``, giving distributions the 93recognizes the use of ``${prefix}/libexec/``, giving distributions the
94choice between ``${prefix}/lib`` or ``${prefix}/libexec`` without 94choice between ``${prefix}/lib`` or ``${prefix}/libexec`` without
95breaking FHS. 95breaking FHS.