From 6d492230834f771726b44935da3bb637587656f2 Mon Sep 17 00:00:00 2001 From: James Falkner Date: Thu, 25 Jun 2020 10:52:52 -0400 Subject: [PATCH] Add links for jsonnet and grafonnet in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b100f2..3cc3d7e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ a MicroProfile application. You don't need a running prometheus or grafana to generate dashboards using this app, But for those who want to see the actual dashboards in action, you'll need them. See instructions later on for running prometheus and grafana. -To run this app locally, you'll need to install [jsonnet]() and [grafonnet](). +To run this app locally, you'll need to install [jsonnet](https://jsonnet.org/) and [grafonnet](https://grafana.github.io/grafonnet-lib/). You'll also need `git`, `npm`, `node`, `curl`, etc. To run grafana and prometheus locally you'll need `docker`.