From 51966084d7d48e023b36219b5e946bef0cb2b0e5 Mon Sep 17 00:00:00 2001 From: Roman Krejcik Date: Tue, 28 Jun 2011 12:57:21 +0200 Subject: [PATCH] link to correct master branch --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3140a00..dec14fa 100644 --- a/README.rst +++ b/README.rst @@ -16,9 +16,9 @@ Install from PyPI:: Or install the `in-development version`_ using ``pip``:: - pip install -e git+git://github.com/aleszoulek/django-constance#egg=django-constance + pip install -e git+git://github.com/comoga/django-constance#egg=django-constance -.. _`in-development version`: https://github.com/aleszoulek/django-constance/tarball/master#egg=django-constance-dev +.. _`in-development version`: https://github.com/comoga/django-constance/tarball/master#egg=django-constance-dev Configuration ------------- @@ -173,11 +173,11 @@ with ``MY_SETTINGS_KEY`` in the ``Config`` pseudo model. Screenshots ----------- -.. figure:: https://github.com/aleszoulek/django-constance/raw/master/docs/screenshot2.png +.. figure:: https://github.com/comoga/django-constance/raw/master/docs/screenshot2.png The standard edit screen. -.. figure:: https://github.com/aleszoulek/django-constance/raw/master/docs/screenshot1.png +.. figure:: https://github.com/comoga/django-constance/raw/master/docs/screenshot1.png The virtual application ``Constance`` among your regular applications.