From 462fe074f9274abd2a49dca179c61b0627d82d68 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Feb 2016 16:03:46 -0500
Subject: [PATCH] Update Readme.md

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 6ca095d6..b245f510 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,7 +5,7 @@ This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/bui
 
 Recommended web frameworks include **Django** and **Flask**. The recommended webserver is **Gunicorn**. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections.
 
-Some Python packages with obscure C dependencies (e.g. scipy) are not compatible. 
+Some Python packages with obscure C dependencies (e.g. scipy) are [not compatible](https://devcenter.heroku.com/articles/python-c-deps). 
 
 See it in Action
 ----------------
-- 
GitLab