Skip to content

Commit 96af074

Browse files
committed
Fix project URLs
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2f38f34 commit 96af074

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ These are the steps to create a new release:
5454

5555
5. A GitHub action will test the tag and if all goes well it will create
5656
a [GitHub
57-
Release](https://github.com/frequenz-floss/frequenz-channels/releases),
57+
Release](https://github.com/frequenz-floss/frequenz-channels-python/releases),
5858
create a new
59-
[announcement](https://github.com/frequenz-floss/frequenz-channels/discussions/categories/announcements)
59+
[announcement](https://github.com/frequenz-floss/frequenz-channels-python/discussions/categories/announcements)
6060
about the release, and upload a new package to
6161
[PyPI](https://pypi.org/project/frequenz-channels/) automatically.
6262

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This repository contains channel implementations for python.
66

77
If you want to know how to build this project and contribute to it, please
88
check out the [Contributing
9-
Guide](https://github.com/frequenz-floss/frequenz-channels/CONTRIBUTING.md).
9+
Guide](https://github.com/frequenz-floss/frequenz-channels-python/CONTRIBUTING.md).

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ name ="Frequenz Energy-as-a-Service GmbH"
3535
3636

3737
[project.urls]
38-
Changelog = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/releases"
39-
Repository = "https://github.com/frequenz-floss/frequenz-channels-pytyhon"
40-
Issues = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/issues"
41-
Support = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/discussions/categories/support"
38+
Changelog = "https://github.com/frequenz-floss/frequenz-channels-python/releases"
39+
Repository = "https://github.com/frequenz-floss/frequenz-channels-python"
40+
Issues = "https://github.com/frequenz-floss/frequenz-channels-python/issues"
41+
Support = "https://github.com/frequenz-floss/frequenz-channels-python/discussions/categories/support"
4242

4343
[tool.setuptools]
4444
include-package-data = true

0 commit comments

Comments
 (0)