From fee0525c0994a6619816e0a772e0ff76c3a9901b Mon Sep 17 00:00:00 2001
From: Loisaida Sam <sam.sandberg@gmail.com>
Date: Wed, 12 Dec 2018 11:11:44 -0500
Subject: [PATCH] Link to Prometheus in the README (#78)

For those of us who don't know what Prometheus is

Signed-off-by: LoisaidaSam <sam.sandberg@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 395da97a..d9686cdc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 # Loki: like Prometheus, but for logs.
 
-Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.  It is designed to be very cost effective and easy to operate, as it does not index the contents of the logs, but rather a set of labels for each log stream.
+Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by [Prometheus](https://prometheus.io/).  It is designed to be very cost effective and easy to operate, as it does not index the contents of the logs, but rather a set of labels for each log stream.
 
 Compared to other log aggregation systems, Loki:
 
-- 
GitLab