
28 Feb
2020
28 Feb
'20
3:18 p.m.
Update some reference in README file detected by scripts/documentation-file-ref-check
*.README => README.*
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com ---
README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README index 8cfa92fac9..4a0f8cbeef 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> */ }
--
2.17.1