[glib: 4/13] docs: Move README.rationale to docs subdirectory




commit cdb0cc8800a9b494d0059ff1367ae39e508cd4da
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed May 11 12:48:18 2022 +0100

    docs: Move README.rationale to docs subdirectory
    
    This is part of an effort to rationalise our developer documentation a
    bit, putting it all in one directory rather than cluttering up the root
    directory.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 HACKING                                | 2 +-
 README.rationale => docs/rationales.md | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/HACKING b/HACKING
index 330635086d..ddeac58892 100644
--- a/HACKING
+++ b/HACKING
@@ -14,4 +14,4 @@ steps at once by running:
         checkout/glib# meson _build
 
 For information about submitting patches see the CONTRIBUTING.md file. For
-information about major design decisions, see the README.rationale file.
+information about major design decisions, see the docs/README.rationale file.
diff --git a/README.rationale b/docs/rationales.md
similarity index 100%
rename from README.rationale
rename to docs/rationales.md


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]