From 1fd4251fc8d7e8fca6585a6975069ce35cfba5c5 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 22 Nov 2023 16:47:25 -0500 Subject: [PATCH] Add a link to the documentation in the README Now that we have a documentation site set up, add a link to it from the README. Signed-off-by: Sean Anderson --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d54f4a0..81bebcf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ if __name__ == '__main__': ``` Navigate to http://localhost:8000/metrics to view the results. For more -examples, look in the `examples/` directory. +examples, look in the `examples/` directory or check out the +[documentation](https://mpmetrics.trends.tf/). ## Features