summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-02-28 15:18:10 +0100
committerTom Rini <trini@konsulko.com>2020-04-16 23:06:54 -0400
commit24bcaec79359b4caa5b040aad592afe40febf880 (patch)
tree4b98dfee97b45ccfbbade30ee048a69a92274abc /README
parente5301bac5d2dc3cde6ef48333c56e52b8dd45e4b (diff)
README: update reference to *.README
Update some reference in README file detected by scripts/documentation-file-ref-check *.README => README.* Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0f9578586f..19dae14ac0 100644
--- a/README
+++ b/README
@@ -4639,7 +4639,7 @@ int main(int argc, char *argv[])
while (learning) {
Read the README file in the top level directory;
Read http://www.denx.de/twiki/bin/view/DULG/Manual;
- Read applicable doc/*.README;
+ Read applicable doc/README.*;
Read the source, Luke;
/* find . -name "*.[chS]" | xargs grep -i <keyword> */
}