From 9d47c6a9ec17c04679d8f18fe8410f165030de3a Mon Sep 17 00:00:00 2001 From: Matthew Kime Date: Mon, 2 Aug 2021 14:05:58 -0500 Subject: [PATCH] STYLEGUIDE reference `.md` => `.mdx` (#107440) Path to styleguide needs to be updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6977c198e904..1786aaeba22d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You might want to build Kibana locally to contribute some code, test out the lat out an open PR: - [CONTRIBUTING.md](CONTRIBUTING.md) will help you get Kibana up and running. -- If you would like to contribute code, please follow our [STYLEGUIDE.md](STYLEGUIDE.md). +- If you would like to contribute code, please follow our [STYLEGUIDE.mdx](STYLEGUIDE.mdx). - For all other questions, check out the [FAQ.md](FAQ.md) and [wiki](https://github.com/elastic/kibana/wiki).