summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-02 16:54:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commitf3adc7a899b85101238b24989ebf824a6066f9fa (patch)
tree6d97d038bea42bcc46f37296de6dc5ed42518ee7 /documentation
parentf731bf972dbc624eb6b9be657e738df5fdc32d80 (diff)
downloadpoky-f3adc7a899b85101238b24989ebf824a6066f9fa.tar.gz
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 <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/_templates/footer.html2
1 files changed, 1 insertions, 1 deletions
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 @@
5 <br> All Rights Reserved. Linux Foundation&reg; and Yocto Project&reg; are registered trademarks of the Linux Foundation. 5 <br> All Rights Reserved. Linux Foundation&reg; and Yocto Project&reg; are registered trademarks of the Linux Foundation.
6 <br>Linux&reg; is a registered trademark of Linus Torvalds. 6 <br>Linux&reg; is a registered trademark of Linus Torvalds.
7 <br>&copy; Copyright {{ copyright }} 7 <br>&copy; Copyright {{ copyright }}
8 <br>Last updated on {{ last_updated }} 8 <br>Last updated on {{ last_updated }} from the <a href="https://git.yoctoproject.org/yocto-docs/">yocto-docs</a> git repository.
9 </p> 9 </p>
10 </div> 10 </div>
11</footer> 11</footer>