Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 6fe7396

Browse files
author
Tonye Jack
authored
Update README.md
1 parent b224997 commit 6fe7396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Upload Python Package](https://github.com/jackton1/graphene-django-precommit-hook/workflows/Upload%20Python%20Package/badge.svg)
1+
![Upload Python Package](https://github.com/tj-pre-commit/graphene-django-precommit-hook/workflows/Upload%20Python%20Package/badge.svg)
22
# graphene-django-precommit-hook
33
[pre-commit](https://pre-commit.com) hook to generate `.graphql` | `.json` graphql schema for [graphene-django](https://github.com/graphql-python/graphene-django).
44

@@ -11,7 +11,7 @@ See [pre-commit](https://github.com/pre-commit/pre-commit) for instructions
1111
Sample basic `.pre-commit-config.yaml`
1212

1313
```yaml
14-
- repo: https://github.com/jackton1/graphene-django-precommit-hook
14+
- repo: https://github.com/tj-pre-commit/graphene-django-precommit-hook
1515
rev: v0.1.0
1616
hooks:
1717
- id: graphene-django-hook
@@ -22,7 +22,7 @@ Sample basic `.pre-commit-config.yaml`
2222
Sample complex `.pre-commit-config.yaml`
2323

2424
```yaml
25-
- repo: https://github.com/jackton1/graphene-django-precommit-hook
25+
- repo: https://github.com/tj-pre-commit/graphene-django-precommit-hook
2626
rev: v0.1.0
2727
hooks:
2828
- id: graphene-django-hook

0 commit comments

Comments
 (0)