Skip to content

Commit

Permalink
Update project links
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Sep 2, 2024
1 parent c1318d6 commit f4a4663
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Django friendly finite state machine support

[![CI tests](https://github.com/pfouque/django-fsm-2/actions/workflows/test.yml/badge.svg)](https://github.com/pfouque/django-fsm-2/actions/workflows/test.yml)
[![codecov](https://codecov.io/github/pfouque/django-fsm-2/branch/master/graph/badge.svg?token=GWGDR6AR6D)](https://codecov.io/github/pfouque/django-fsm-2)
[![Documentation](https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic)](https://github.com/pfouque/django-fsm-2#settings)
[![MIT License](https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic)](https://github.com/pfouque/anymail-history/LICENSE)
[![CI tests](https://github.com/django-commons/django-fsm-2/actions/workflows/test.yml/badge.svg)](https://github.com/django-commons/django-fsm-2/actions/workflows/test.yml)
[![codecov](https://codecov.io/github/django-commons/django-fsm-2/branch/master/graph/badge.svg?token=GWGDR6AR6D)](https://codecov.io/github/django-commons/django-fsm-2)
[![Documentation](https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic)](https://github.com/django-commons/django-fsm-2#settings)
[![MIT License](https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic)](https://github.com/django-commons/anymail-history/LICENSE)


django-fsm adds simple declarative state management for django models.
Expand Down Expand Up @@ -36,7 +36,7 @@ $ pip install django-fsm-2
Or, for the latest git version

``` bash
$ pip install -e git://github.com/pfouque/django-fsm-2.git#egg=django-fsm
$ pip install -e git://github.com/django-commons/django-fsm-2.git#egg=django-fsm
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors = [
]
license = "MIT License"
readme = "README.md"
homepage = "http://github.com/pfouque/django-fsm-2"
repository = "http://github.com/pfouque/django-fsm-2"
documentation = "http://github.com/pfouque/django-fsm-2"
homepage = "http://github.com/django-commons/django-fsm-2"
repository = "http://github.com/django-commons/django-fsm-2"
documentation = "http://github.com/django-commons/django-fsm-2"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit f4a4663

Please sign in to comment.