From 4a51c04476858edd7e938ec46df95f76f70b208b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 14 Nov 2024 20:40:07 -0500 Subject: [PATCH] Point to where our latest notes are --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b380fc..2e7ea85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # When There's Not a Module for That +SEE updated 'When There's Not a Module for That: How to Make (and Maintain) a New Module' in raw notes + + + You've built sites with Drupal 8 and know that with a few dozen modules (and a ton of configuring), you can do nearly everything in modern Drupal. But what do you do when there's not a module for that? Or the ones that exist don't quite meet your needs?