Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/cobsr-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ References
| Universidade do Porto / INESC Porto
| IEEE ICC 2007

.. [C3] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
.. [C3] | `C Implementation of COBS and COBS/R <https://github.com/cmcqueen/cobs-c>`_
| Craig McQueen

.. [C4] | :ref:`Python Implementation of COBS and COBS/R <index>`
Expand Down
4 changes: 2 additions & 2 deletions doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ References
| Stuart Cheshire and Mary Baker, Stanford University
| November 1997

.. [Cimpl] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
.. [Cimpl] | `C Implementation of COBS and COBS/R <https://github.com/cmcqueen/cobs-c>`_
| Craig McQueen


Expand Down Expand Up @@ -126,7 +126,7 @@ Download

Source code and binaries can be downloaded from the `Python package index <http://pypi.python.org/pypi/cobs>`_.

The Mercurial source code repository for development is on `Bitbucket <http://bitbucket.org/cmcqueen1975/cobs-python>`_.
The Git source code repository for development is on `GitHub <https://github.com/cmcqueen/cobs-python>`_.


------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description='Consistent Overhead Byte Stuffing (COBS)',
author='Craig McQueen',
author_email='python@craig.mcqueen.id.au',
url='http://bitbucket.org/cmcqueen1975/cobs-python/',
url='https://github.com/cmcqueen/cobs-python/',
packages=[ 'cobs', 'cobs.cobs', 'cobs.cobsr', 'cobs._version', ],
package_dir={
'cobs' : base_dir + '/cobs',
Expand Down