From 6621c2be6b7aead4edb678af3d47c833f393922f Mon Sep 17 00:00:00 2001 From: Adam Demjen Date: Mon, 7 Aug 2023 10:08:25 -0400 Subject: [PATCH] Add blog content reference in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 710f1565..909c63d0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ The [`notebooks`](notebooks/README.md) folder contains a range of executable Pyt The [`example-apps`](example-apps/README.md) folder contains example apps that demonstrate Elasticsearch for a number of use cases, using different programming languages and frameworks. +# Blog content + +The [`supporting-blog-content`](supporting-blog-content/README.md) folder has content that is referenced in [Elastic blogs](https://www.elastic.co/blog/). + # Contributing 🎁 See [contributing guidelines](CONTRIBUTING.md).