Skip to content

Commit

Permalink
[minor] Update links to upkie org
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Nov 13, 2023
1 parent caa1c72 commit 22dac5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mpacklog.py

[![Build](https://img.shields.io/github/actions/workflow/status/tasts-robots/mpacklog.py/ci.yml?branch=main)](https://github.com/tasts-robots/mpacklog.py/actions)
[![Coverage](https://coveralls.io/repos/github/tasts-robots/mpacklog.py/badge.svg?branch=main)](https://coveralls.io/github/tasts-robots/mpacklog.py?branch=main)
[![Build](https://img.shields.io/github/actions/workflow/status/upkie/mpacklog.py/ci.yml?branch=main)](https://github.com/upkie/mpacklog.py/actions)
[![Coverage](https://coveralls.io/repos/github/upkie/mpacklog.py/badge.svg?branch=main)](https://coveralls.io/github/upkie/mpacklog.py?branch=main)
[![PyPI version](https://img.shields.io/pypi/v/mpacklog)](https://pypi.org/project/mpacklog/)
[![PyPI downloads](https://static.pepy.tech/badge/mpacklog)](https://pepy.tech/project/mpacklog)

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ doc = ["sphinx"]
mpacklog = "mpacklog.cli:main"

[project.urls]
Source = "https://github.com/tasts-robots/mpacklog.py"
Tracker = "https://github.com/tasts-robots/mpacklog.py/issues"
Changelog = "https://github.com/tasts-robots/mpacklog.py/blob/master/CHANGELOG.md"
Source = "https://github.com/upkie/mpacklog.py"
Tracker = "https://github.com/upkie/mpacklog.py/issues"
Changelog = "https://github.com/upkie/mpacklog.py/blob/master/CHANGELOG.md"

[tool.black]
line-length = 79
Expand Down

0 comments on commit 22dac5c

Please sign in to comment.