Skip to content

Commit 48cca7c

Browse files
Update GitHub URLs to new organization
1 parent 5382f24 commit 48cca7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Install from PyPI_ using :program:`pip`::
4242

4343
Install from latest ``master`` on GitHub::
4444

45-
$ pip install https://github.com/christiansandberg/canopen/archive/master.zip
45+
$ pip install https://github.com/canopen-python/canopen/archive/master.zip
4646

4747
If you want to be able to change the code while using it, clone it then install
4848
it in `develop mode`_::
4949

50-
$ git clone https://github.com/christiansandberg/canopen.git
50+
$ git clone https://github.com/canopen-python/canopen.git
5151
$ cd canopen
5252
$ pip install -e .
5353

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ db_export = [
3333

3434
[project.urls]
3535
documentation = "https://canopen.readthedocs.io/en/stable/"
36-
repository = "https://github.com/christiansandberg/canopen"
36+
repository = "https://github.com/canopen-python/canopen"
3737

3838
[tool.setuptools]
3939
packages = ["canopen"]

0 commit comments

Comments
 (0)