From f3adc7a899b85101238b24989ebf824a6066f9fa Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 2 Dec 2022 16:54:31 +0100 Subject: [PATCH] manuals: add reference to yocto-docs git repository to page footer To make documentation sources easier to find. (From yocto-docs rev: 99369e9aca3446a22d710c67f5fd5ace07b713f6) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/_templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/_templates/footer.html b/documentation/_templates/footer.html index 508129ede4..fb3c58d845 100644 --- a/documentation/_templates/footer.html +++ b/documentation/_templates/footer.html @@ -5,7 +5,7 @@
All Rights Reserved. Linux Foundation® and Yocto Project® are registered trademarks of the Linux Foundation.
Linux® is a registered trademark of Linus Torvalds.
© Copyright {{ copyright }} -
Last updated on {{ last_updated }} +
Last updated on {{ last_updated }} from the yocto-docs git repository.