Skip to content

Commit b4c540a

Browse files
committed
Update URLs
Signed-off-by: Bert van Hall <[email protected]>
1 parent 9f1e060 commit b4c540a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ IntelHex releases
3232
in YAML format. (Andrew Fernandes)
3333
* Better Python 3 compatibility when ``hex2bin.py`` and ``bin2hex.py``
3434
scripts are trying to read/write binary data from stdin or to stdout.
35-
(GitHub issue https://github.com/bialix/intelhex/issues/4)
35+
(GitHub issue https://github.com/python-intelhex/intelhex/issues/4)
3636
* The main activity of the IntelHex project slowly drifting towards
3737
GitHub - the main social network for OSS developers.
3838
I'd really like to get some help from additional maintainer though.

Readme.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ those based on the library itself. Check the docs to know more.
1717
License
1818
-------
1919
The code is distributed under BSD license,
20-
see `LICENSE.txt <https://github.com/bialix/intelhex/blob/master/LICENSE.txt>`_.
20+
see `LICENSE.txt <https://github.com/python-intelhex/intelhex/blob/master/LICENSE.txt>`_.
2121

2222
In short: you can use IntelHex library in your project without *any*
2323
restrictions.
@@ -36,13 +36,13 @@ Install using ``pip`` (recommended, no separate download required)::
3636
Download
3737
--------
3838
* https://pypi.org/project/IntelHex/
39-
* https://github.com/bialix/intelhex/releases
39+
* https://github.com/python-intelhex/intelhex/releases
4040

4141
Source code, bug reports, patches
4242
---------------------------------
4343
IntelHex on GitHub:
4444

45-
https://github.com/bialix/intelhex
45+
https://github.com/python-intelhex/intelhex
4646

4747
User manual
4848
-----------
@@ -53,4 +53,4 @@ https://readthedocs.org/projects/python-intelhex/
5353

5454
Changelog
5555
---------
56-
See `NEWS.rst <https://github.com/bialix/intelhex/blob/master/NEWS.rst>`_
56+
See `NEWS.rst <https://github.com/python-intelhex/intelhex/blob/master/NEWS.rst>`_

docs/manual/part1-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://pypi.python.org/pypi/IntelHex
2121

2222
on GitHub:
2323

24-
https://github.com/bialix/intelhex
24+
https://github.com/python-intelhex/intelhex
2525

2626

2727
Motivation

docs/manual/part1-3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ https://pypi.python.org/pypi/IntelHex
3939
You can get the archive with the released code from corresponding section
4040
of GitHub project:
4141

42-
https://github.com/bialix/intelhex/releases
42+
https://github.com/python-intelhex/intelhex/releases
4343

4444
or even unreleased bleeding edge code from GitHub page:
4545

46-
https://github.com/bialix/intelhex
46+
https://github.com/python-intelhex/intelhex
4747

4848
Use the corresponding menu item in the right-hand side bar on that page
4949
(e.g. "Download ZIP").
5050

5151

5252
Get source code with git
5353
~~~~~~~~~~~~~~~~~~~~~~~~
54-
git clone https://github.com/bialix/intelhex.git
54+
git clone https://github.com/python-intelhex/intelhex.git
5555

5656

5757
Install from sources

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
author_email='[email protected]',
5858
maintainer='Bert van Hall',
5959
maintainer_email='[email protected]',
60-
url='https://github.com/bialix/intelhex',
60+
url='https://github.com/python-intelhex/intelhex',
6161
description='Python library for Intel HEX files manipulations',
6262
long_description=LONG_DESCRIPTION,
6363
keywords='Intel HEX hex2bin HEX8',

0 commit comments

Comments
 (0)