diff --git a/README.md b/README.md
index fb26609..242987c 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,11 @@
[![npm version](https://badge.fury.io/js/bleak-detector.svg)](https://www.npmjs.com/package/bleak-detector)
[![Coverage Status](https://coveralls.io/repos/github/plasma-umass/BLeak/badge.svg)](https://coveralls.io/github/plasma-umass/BLeak)
-BLeak automatically finds, ranks, and diagnoses memory leaks in the client-side of web applications.
+[BLeak](http://bleak-detector.org/) automatically finds, ranks, and diagnoses memory leaks in the client-side of web applications.
BLeak uses a short developer-provided script to drive the application in a loop through specific visual states (e.g., the inbox view and email view of a mail client) as an oracle to find memory leaks. In our experience, BLeak's precision is often **100%** (e.g., no false positives), and fixing the leaks it finds reduces heap growth by **94%** on average on a corpus of real production web apps.
-For more information please see the [preprint of our academic paper](https://github.com/plasma-umass/BLeak/blob/master/paper.pdf), which will appear at PLDI 2018.
+For more information please see [the BLeak website](http://bleak-detector.org/) and the [preprint of our academic paper](https://github.com/plasma-umass/BLeak/blob/master/paper.pdf), which will appear at PLDI 2018.
## Prerequisites
diff --git a/html/index.html b/html/index.html
index fbfa138..1651449 100644
--- a/html/index.html
+++ b/html/index.html
@@ -27,6 +27,6 @@
-
+