Skip to content

Commit

Permalink
urls fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium committed Jul 12, 2014
1 parent 20e60d5 commit bf570a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/gotlium/django-db-mailer/issues.
Report bugs at https://github.com/LPgenerator/django-db-mailer/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -43,7 +43,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/gotlium/django-db-mailer/issues.
The best way to send feedback is to file an issue at https://github.com/LPgenerator/django-db-mailer/issues.

If you are proposing a feature:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Local demo installation
$ sudo apt-get install virtualenvwrapper
$ mkvirtualenv django-db-mailer
$ git clone https://github.com/gotlium/django-db-mailer.git
$ git clone https://github.com/LPgenerator/django-db-mailer.git
$ cd django-db-mailer
$ python setup.py develop
$ cd demo
Expand Down
1 change: 1 addition & 0 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ django-tinymce>=1.5.2
python-memcached==1.53
django-pylibmc==0.5.0
redis==2.10.1
wheel
5 changes: 0 additions & 5 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Contributing

If you wish to contribute, please add corresponding tests.

.. image:: https://api.travis-ci.org/gotlium/django-db-mailer.png?branch=master
:target: https://travis-ci.org/gotlium/django-db-mailer
.. image:: https://coveralls.io/repos/gotlium/django-db-mailer/badge.png?branch=master
:target: https://coveralls.io/r/ggotlium/django-db-mailer?branch=master

Running tests::

make test
Expand Down
2 changes: 1 addition & 1 deletion docs/dev_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation for development
$ apt-get install virtualenvwrapper redis-server
$ mkvirtualenv django-db-mailer
$ git clone https://github.com/gotlium/django-db-mailer.git
$ git clone https://github.com/LPgenerator/django-db-mailer.git
$ cd django-db-mailer
$ python setup.py develop
$ cd demo
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Feel free to submit issues_, pull requests are also welcome.

Good contributions follow :ref:`simple guidelines <contributing>`

.. _Github: https://github.com/gotlium/django-db-mailer
.. _issues: https://github.com/gotlium/django-db-mailer/issues
.. _Github: https://github.com/LPgenerator/django-db-mailer
.. _issues: https://github.com/LPgenerator/django-db-mailer/issues

.. |br| raw:: html

Expand Down

0 comments on commit bf570a3

Please sign in to comment.