mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
manuals: replace unnecessary uses of 'yocto_docs' by internal references
These :yocto_docs: references were making external references to another section of the manual, using the https://docs.yoctoproject.org website. It's actually better to use internal references (:doc: for an entire document, and :ref: for a specific section, as they will cause an error in Sphinx if one day they are no longer valid. (From yocto-docs rev: 0beff9dea986a2ea4b496180b29a99490416eeeb) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
76eae50370
commit
5b02cfb3e7
@@ -24,8 +24,8 @@ reproducibility matters. The primary focus of the project is the ability to
|
||||
detect security issues being introduced. However, from a Yocto Project
|
||||
perspective, it is also hugely important that our builds are deterministic. When
|
||||
you build a given input set of metadata, we expect you to get consistent output.
|
||||
This has always been a key focus but, :yocto_docs:`since release 3.1 ("dunfell")
|
||||
</ref-manual/migration-3.1.html#reproducible-builds-now-enabled-by-default>`,
|
||||
This has always been a key focus but, :ref:`since release 3.1 ("dunfell")
|
||||
<migration-guides/migration-3.1:reproducible builds now enabled by default>`,
|
||||
it is now true down to the binary level including timestamps.
|
||||
|
||||
For example, at some point in the future life of a product, you find that you
|
||||
|
||||
Reference in New Issue
Block a user