diff options
author | Joel Stanley <joel@jms.id.au> | 2018-11-07 12:27:18 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-11-07 12:28:51 +1030 |
commit | c7c7c866715c0a538da3d8a3aece4cecd16a5da0 (patch) | |
tree | 600305f8ca11881fe79c69d10b907d022c4e0939 /userguide/userguide.tex | |
parent | f9ada90ea5141b6635b78a829a0a641b02a1ffc6 (diff) | |
download | openbmc-docs-c7c7c866715c0a538da3d8a3aece4cecd16a5da0.tar.gz openbmc-docs-c7c7c866715c0a538da3d8a3aece4cecd16a5da0.zip |
userguide: update path to code-update
This was moved in c4c7f4055387 ("Moved host code update to own doc") but
no one updated the makefile.
Change-Id: I2b0b3aad6d2436c9cb207a4faeff7468e54a5b2a
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'userguide/userguide.tex')
-rw-r--r-- | userguide/userguide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userguide/userguide.tex b/userguide/userguide.tex index 85faf26..e242ef7 100644 --- a/userguide/userguide.tex +++ b/userguide/userguide.tex @@ -29,6 +29,6 @@ \input{rest-api} \input{host-management} \input{console} -\input{code-update} +\input{code-update/code-update} \end{document} |