Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Finish repo migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Dec 3, 2015
1 parent 5f2e2bf commit f5ae05a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. image:: https://travis-ci.org/lucuma/allspeak.svg?branch=master
:target: https://travis-ci.org/lucuma/allspeak
.. image:: https://travis-ci.org/jpscaletti/allspeak.svg?branch=master
:target: https://travis-ci.org/jpscaletti/allspeak
:alt: Build Status

===========================
Expand All @@ -27,9 +27,9 @@ What's in a name?
Contributing
==============================================

#. Check for `open issues <https://github.com/lucuma/Allspeak/issues>`_ or open
#. Check for `open issues <https://github.com/jpscaletti/Allspeak/issues>`_ or open
a fresh issue to start a discussion around a feature idea or a bug.
#. Fork the `Allspeak repository on Github <https://github.com/lucuma/Allspeak>`_
#. Fork the `Allspeak repository on Github <https://github.com/jpscaletti/Allspeak>`_
to start making your changes.
#. Write a test which shows that the bug was fixed or that the feature works
as expected.
Expand Down Expand Up @@ -58,11 +58,11 @@ are touch by the tests::

$ make coverage

Our test suite `runs continuously on Travis CI <https://travis-ci.org/lucuma/Allspeak>`_ with every update.
Our test suite `runs continuously on Travis CI <https://travis-ci.org/jpscaletti/Allspeak>`_ with every update.


-----

:copyright: 2012-2015 by `Juan-Pablo Scaletti <http://jpscaletti.com>`_.
:license: Three clause BSD License, see LICENSE for more details.
:code: https://github.com/lucuma/allspeak
:code: https://github.com/jpscaletti/allspeak
2 changes: 1 addition & 1 deletion allspeak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:copyright: 2012-2015 by `Juan-Pablo Scaletti <http://jpscaletti.com>`_.
:license: Three clause BSD License, see LICENSE for more details.
:code: https://github.com/lucuma/allspeak
:code: https://github.com/jpscaletti/allspeak
"""
# import os
Expand Down
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
author = u'Juan-Pablo Scaletti'
description = _('theme.description')
author_url = 'http://jpscaletti.com'
github = 'https://github.com/lucuma/allspeak'
github = 'https://github.com/jpscaletti/allspeak'
project_url = 'http://allspeak.lucuma.co/'
analytics_code = 'UA-1495972-21'

Expand Down

0 comments on commit f5ae05a

Please sign in to comment.