From b280f32c0f5d9989a5c56e87426b36dce53d0b1b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 25 Oct 2019 14:55:18 +0900 Subject: [PATCH] Add a note for the reference docs repo in the README file (#1660) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a7d5c8b26f..5ae7a9e71e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ dependencies { The build automatically calculates the "next" version for you when publishing snapshots. +## Documentation + +The reference documentation is managed in [a separate GitHub repository](https://github.com/micrometer-metrics/micrometer-docs). + ------------------------------------- _Licensed under [Apache Software License 2.0](https://www.apache.org/licenses/LICENSE-2.0)_