Skip to content

Commit 3d835c0

Browse files
committed
Update Github badges
1 parent 7787695 commit 3d835c0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
[![PyPi version](https://badgen.net/pypi/v/pycardano)](https://pypi.python.org/pypi/pycardano/)
1010
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pycardano)](https://pypi.python.org/pypi/pycardano/)
1111
[![PyPI download month](https://img.shields.io/pypi/dm/pycardano)](https://pypi.python.org/pypi/pycardano/)
12-
[![Discord](https://img.shields.io/discord/949404918903631923.svg?label=chat&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/qT9Mn9xjgz)
1312

14-
[![PyCardano](https://github.com/cffls/pycardano/actions/workflows/main.yml/badge.svg)](https://github.com/cffls/pycardano/actions/workflows/main.yml)
15-
[![codecov](https://codecov.io/gh/cffls/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ)](https://codecov.io/gh/cffls/pycardano)
13+
[![PyCardano](https://github.com/Python-Cardano/pycardano/actions/workflows/main.yml/badge.svg)](https://github.com/Python-Cardano/pycardano/actions/workflows/main.yml)
14+
[![codecov](https://codecov.io/gh/Python-Cardano/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ)](https://codecov.io/gh/Python-Cardano/pycardano)
1615
[![Documentation Status](https://readthedocs.org/projects/pycardano/badge/?version=latest)](https://pycardano.readthedocs.io/en/latest/?badge=latest)
1716

17+
[![Discord](https://img.shields.io/discord/949404918903631923.svg?label=chat&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/qT9Mn9xjgz)
18+
[![Twitter](https://img.shields.io/twitter/follow/PyCardano?style=social&label=Follow%20%40PyCardano)](https://twitter.com/PyCardano)
19+
1820

1921
PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
2022
depending on third-party Cardano serialization tools, such as
@@ -158,7 +160,7 @@ context.submit_tx(signed_tx.to_cbor())
158160
```
159161
</details>
160162

161-
See more usages under [examples](https://github.com/cffls/pycardano/tree/main/examples).
163+
See more usages under [examples](https://github.com/Python-Cardano/pycardano/tree/main/examples).
162164

163165

164166
### Development
@@ -170,7 +172,7 @@ See more usages under [examples](https://github.com/cffls/pycardano/tree/main/ex
170172

171173
Clone the repository:
172174

173-
`git clone https://github.com/cffls/pycardano.git`
175+
`git clone https://github.com/Python-Cardano/pycardano.git`
174176

175177
PyCardano uses [poetry](https://python-poetry.org/) to manage its dependencies.
176178
Install poetry for osx / linux / bashonwindows:

0 commit comments

Comments
 (0)