From 42ea3758169405f6307f235fccb05ab134b346e8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 26 Nov 2022 16:52:04 +0100 Subject: [PATCH] Point to docs/contributing from docs/tech Give people following some ancient links to the tech notes in this directory a chance to find something still relevant. --- docs/tech/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/tech/README.md diff --git a/docs/tech/README.md b/docs/tech/README.md new file mode 100644 index 0000000000..1e90b323dc --- /dev/null +++ b/docs/tech/README.md @@ -0,0 +1,7 @@ +Obsolete "tech notes" directory +------------------------------- + +This directory used to contain "technical notes" for wxWidgets contributors, +but is not used any longer, this file only exists to point you to the "HOW TO" +guides in `docs/contributing` directory which are still relevant, if you're +looking for something that used to be here.