Skip to content

Commit 0d47d7b

Browse files
authored
Merge pull request #106 from browniebroke/docs/update-repo-link
Update repos links in readme and package metadata
2 parents 157dbbf + b8eca02 commit 0d47d7b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![PyPI python versions](https://img.shields.io/pypi/pyversions/drf-excel.svg)](https://pypi.python.org/pypi/drf-excel/)
88
[![PyPI django versions](https://img.shields.io/pypi/djversions/drf-excel.svg)](https://pypi.org/project/drf-excel/)
99
[![PyPI status](https://img.shields.io/pypi/status/drf-excel.svg)](https://pypi.python.org/pypi/drf-excel)
10-
[![CI](https://github.com/wharton/drf-excel/actions/workflows/test.yml/badge.svg)](https://github.com/wharton/drf-excel/actions/workflows/test.yml)
11-
[![codecov](https://codecov.io/gh/wharton/drf-excel/graph/badge.svg?token=EETTI9XRNO)](https://codecov.io/gh/wharton/drf-excel)
10+
[![CI](https://github.com/django-commons/drf-excel/actions/workflows/test.yml/badge.svg)](https://github.com/django-commons/drf-excel/actions/workflows/test.yml)
11+
[![codecov](https://codecov.io/gh/django-commons/drf-excel/graph/badge.svg?token=EETTI9XRNO)](https://codecov.io/gh/django-commons/drf-excel)
1212

1313
`drf-excel` provides an Excel spreadsheet (xlsx) renderer for Django REST Framework. It uses OpenPyXL to create the spreadsheet and provide the file to the end user.
1414

@@ -297,7 +297,7 @@ def custom_value_formatter(val):
297297
results: [
298298
{
299299
title: 'XLSX renderer',
300-
url: 'https://github.com/wharton/drf-excel'
300+
url: 'https://github.com/django-commons/drf-excel'
301301
returned_dict: {
302302
val1: {
303303
title: 'Sometimes'
@@ -338,8 +338,8 @@ xlsx_custom_mappings = {
338338

339339
## Release Notes and Contributors
340340

341-
* [Release notes](https://github.com/wharton/drf-excel/releases)
342-
* [Our wonderful contributors](https://github.com/wharton/drf-excel/graphs/contributors)
341+
* [Release notes](https://github.com/django-commons/drf-excel/releases)
342+
* [Our wonderful contributors](https://github.com/django-commons/drf-excel/graphs/contributors)
343343

344344
## Maintainers
345345

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ dev = [
4343
]
4444

4545
[project.urls]
46-
"Homepage" = "https://github.com/wharton/drf-excel/"
47-
"Repository" = "https://github.com/wharton/drf-excel/"
48-
"Documentation" = "https://github.com/wharton/drf-excel/"
46+
"Homepage" = "https://github.com/django-commons/drf-excel/"
47+
"Repository" = "https://github.com/django-commons/drf-excel/"
48+
"Documentation" = "https://github.com/django-commons/drf-excel/"
4949

5050
[build-system]
5151
requires = ["setuptools>=67", "setuptools_scm>=7", "wheel"]

0 commit comments

Comments
 (0)