Skip to content

Commit 3780743

Browse files
authored
Merge pull request #1 from asgeroverby/main
Update repository info
2 parents 1958171 + cf9ccb4 commit 3780743

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/cobsr-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ References
250250
| Universidade do Porto / INESC Porto
251251
| IEEE ICC 2007
252252
253-
.. [C3] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
253+
.. [C3] | `C Implementation of COBS and COBS/R <https://github.com/cmcqueen/cobs-c>`_
254254
| Craig McQueen
255255
256256
.. [C4] | :ref:`Python Implementation of COBS and COBS/R <index>`

doc/source/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ References
6464
| Stuart Cheshire and Mary Baker, Stanford University
6565
| November 1997
6666
67-
.. [Cimpl] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
67+
.. [Cimpl] | `C Implementation of COBS and COBS/R <https://github.com/cmcqueen/cobs-c>`_
6868
| Craig McQueen
6969
7070
@@ -126,7 +126,7 @@ Download
126126

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

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

131131

132132
------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description='Consistent Overhead Byte Stuffing (COBS)',
1818
author='Craig McQueen',
1919
author_email='python@craig.mcqueen.id.au',
20-
url='http://bitbucket.org/cmcqueen1975/cobs-python/',
20+
url='https://github.com/cmcqueen/cobs-python/',
2121
packages=[ 'cobs', 'cobs.cobs', 'cobs.cobsr', 'cobs._version', ],
2222
package_dir={
2323
'cobs' : base_dir + '/cobs',

0 commit comments

Comments
 (0)