From 1419872cb13ff46fd434acf1e68dda932abf1df0 Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Tue, 9 Mar 2021 15:14:20 +0000
Subject: [PATCH] Add link to documentation site

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 29a8248..efb92d3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[Documentation Site](http://ghc.gitlab.haskell.org/ghc-debug)
+
+
 `ghc-debug` is a set of libraries which allow you to inspect the heap of
 a running Haskell program from an external debugger.
 
-- 
GitLab