From 9e86279f5e7c898da17b251e2e4626be953bb650 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Mon, 13 Apr 2015 10:05:15 -0400
Subject: [PATCH] More docfixes.

---
 docs/developing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developing.rst b/docs/developing.rst
index ff21a9c0..316e379e 100644
--- a/docs/developing.rst
+++ b/docs/developing.rst
@@ -38,9 +38,9 @@ are fine.
 * ``make docs`` and review changelog.
 * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Version <version>"``
 * ``make release``
-    * Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar>`_
+    * Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar-app>`_
       for errors.
-    * Test intall ``pip install -i https://testpypi.python.org/pypi pulsar``.
+    * Test intall ``pip install -i https://testpypi.python.org/pypi pulsar-app``.
 * ``git tag <release>``
 * Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst.
 * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"``
-- 
GitLab