diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 | ||||
-rw-r--r-- | docs/install.rst | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index c499d4c..b7e7ccd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,7 @@ see https://groups.google.com/forum/m/#!forum/kafka-clients Status ------ -The current stable version of this package is `0.9.4 <https://github.com/mumrah/kafka-python/releases/tag/v0.9.4>`_ and is compatible with: +The current stable version of this package is `0.9.4 <https://github.com/dpkp/kafka-python/releases/tag/v0.9.4>`_ and is compatible with: Kafka broker versions @@ -36,7 +36,7 @@ Python versions License ------- -Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/mumrah/kafka-python/blob/master/LICENSE>`_. +Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/dpkp/kafka-python/blob/master/LICENSE>`_. Contents diff --git a/docs/install.rst b/docs/install.rst index 1dd6d4e..2bc6911 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -11,7 +11,7 @@ Pip: pip install kafka-python -Releases are also listed at https://github.com/mumrah/kafka-python/releases +Releases are also listed at https://github.com/dpkp/kafka-python/releases Bleeding-Edge @@ -19,21 +19,21 @@ Bleeding-Edge .. code:: bash - git clone https://github.com/mumrah/kafka-python + git clone https://github.com/dpkp/kafka-python pip install ./kafka-python Setuptools: .. code:: bash - git clone https://github.com/mumrah/kafka-python + git clone https://github.com/dpkp/kafka-python easy_install ./kafka-python Using `setup.py` directly: .. code:: bash - git clone https://github.com/mumrah/kafka-python + git clone https://github.com/dpkp/kafka-python cd kafka-python python setup.py install |