From 9c1a9a7d6c78eb83faf4d4529700ed2cf272fbb0 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Thu, 26 Apr 2018 12:49:11 +0200
Subject: [PATCH] docs: add links to Renovate Pro

---
 docs/self-hosting.md | 9 +++++++--
 readme.md            | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 27ecb5e169..1be25d062d 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -1,8 +1,13 @@
 # Self-Hosting Renovate
 
-Although Renovate is now best known as a "service" via the GitHub App, that service is actually running this same open source project, so you can get the same functionality if running it yourself. The version you see here in this repository can be cloned or `npm` installed in seconds and give you the exact same functionality as in the app.
+## Open Source vs Comercial versions
 
-## Install
+Although Renovate is now best known as a "service" via the GitHub App, that service is actually running this same open source project, so you can get the same functionality if running it yourself. The version you see here in this repository can be cloned or `npm` installed in seconds and give you the exact core functionality as in the app.
+
+There is also a commercially-licensed "Professional Edition" of Renovate available for GitHub Enterprise, that includes a stateful priority job queue, background scheduler and webhook listener.
+For details and documentation on Renovate Pro, please visit [renovatebot.com/pro](https://renovatebot.com/pro).
+
+## Installing Renovate OSS
 
 #### npmjs
 
diff --git a/readme.md b/readme.md
index b4336ae290..acddb7581e 100644
--- a/readme.md
+++ b/readme.md
@@ -58,7 +58,7 @@ you'd like to get your config reviewed or ask any questions.
 
 ## Self-Hosting
 
-If you are not on GitHub or you prefer to run your own copy of Renovate, then it takes only seconds to set up. Please see [docs/self-hosting.md](https://github.com/renovateapp/renovate/blob/master/docs/self-hosting.md) for instructions.
+If you are not on GitHub or you prefer to run your own copy of Renovate, then you can easily run your own copy. Please see [docs/self-hosting.md](https://github.com/renovateapp/renovate/blob/master/docs/self-hosting.md) for instructions. There is also a commercially licensed [Renovate Pro Edition](https://renovatebot.com/pro) available for GitHub Enterprise.
 
 ## Contributing
 
-- 
GitLab