Skip to content

Commit 00071c3

Browse files
authored
Update project links (#26)
1 parent c1318d6 commit 00071c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Django friendly finite state machine support
22

3-
[![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)
4-
[![codecov](https://codecov.io/github/pfouque/django-fsm-2/branch/master/graph/badge.svg?token=GWGDR6AR6D)](https://codecov.io/github/pfouque/django-fsm-2)
5-
[![Documentation](https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic)](https://github.com/pfouque/django-fsm-2#settings)
6-
[![MIT License](https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic)](https://github.com/pfouque/anymail-history/LICENSE)
3+
[![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)
4+
[![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)
5+
[![Documentation](https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic)](https://github.com/django-commons/django-fsm-2#settings)
6+
[![MIT License](https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic)](https://github.com/django-commons/anymail-history/LICENSE)
77

88

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

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

4242
## Usage

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = [
77
]
88
license = "MIT License"
99
readme = "README.md"
10-
homepage = "http://github.com/pfouque/django-fsm-2"
11-
repository = "http://github.com/pfouque/django-fsm-2"
12-
documentation = "http://github.com/pfouque/django-fsm-2"
10+
homepage = "http://github.com/django-commons/django-fsm-2"
11+
repository = "http://github.com/django-commons/django-fsm-2"
12+
documentation = "http://github.com/django-commons/django-fsm-2"
1313
classifiers = [
1414
'Development Status :: 5 - Production/Stable',
1515
'Environment :: Web Environment',

0 commit comments

Comments
 (0)