From a1789a567d91805bcb7075f0474aa88cc1b4a164 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 23 Nov 2015 00:14:53 +0100
Subject: [PATCH] Fix README

---
 README.mkd | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.mkd b/README.mkd
index 0767e5f..11d7dd6 100644
--- a/README.mkd
+++ b/README.mkd
@@ -2,14 +2,16 @@
 
 This is an Arcanist extension providing a mechanism for implementing external
 Linter tools. The extension allows linter tools to emit JSON-serialized
-violation messages to standard output.
+violation messages to standard output. See
+[Phabricator T9827](https://secure.phabricator.com/T9827) for the original
+motivation behind this extension.
 
 ## Installation
 
 First add this repository as a submodule of the project,
 
 ```
-$ git submodule add https://github.com/tagview/arcanist-extensions.git .arcanist-external-json-linter
+$ git submodule add https://github.com/bgamari/arcanist-external-json-linter.git .arcanist-external-json-linter
 $ git submodule update --init
 ```
 
-- 
GitLab