diff options
author | Patrick Delaunay | 2020-02-28 15:18:10 +0100 |
---|---|---|
committer | Tom Rini | 2020-04-16 23:06:54 -0400 |
commit | 24bcaec79359b4caa5b040aad592afe40febf880 (patch) | |
tree | 4b98dfee97b45ccfbbade30ee048a69a92274abc | |
parent | e5301bac5d2dc3cde6ef48333c56e52b8dd45e4b (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>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> */ } |