diff --git a/templates/zerver/integrations/phabricator.html b/templates/zerver/integrations/phabricator.html deleted file mode 100644 index 330e01c9c6..0000000000 --- a/templates/zerver/integrations/phabricator.html +++ /dev/null @@ -1,12 +0,0 @@ -

- Zulip supports integration with Phabricator and can notify you of the - latest items in your Phabricator feed. -

- -

- You can follow the instructions at - - https://github.com/zulip/phabricator-to-zulip - - to get it set up. -

diff --git a/templates/zerver/integrations/phabricator.md b/templates/zerver/integrations/phabricator.md new file mode 100644 index 0000000000..b5a1f3de28 --- /dev/null +++ b/templates/zerver/integrations/phabricator.md @@ -0,0 +1,6 @@ +Zulip supports integration with Phabricator and can notify you +of the latest items in your Phabricator feed. + +You can follow the instructions +[here](https://github.com/zulip/phabricator-to-zulip) +to get it set up. diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index 74150e8491..8a30b4fb86 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -290,7 +290,7 @@ INTEGRATIONS = { doc='zerver/integrations/openshift.md' ), 'perforce': Integration('perforce', 'perforce', doc='zerver/integrations/perforce.html'), - 'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.html'), + 'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.md'), 'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.html'), 'redmine': Integration('redmine', 'redmine', doc='zerver/integrations/redmine.html'), 'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.html'),