From 5b9fcc6c697812a277b77e30e44ef544a6730b2a Mon Sep 17 00:00:00 2001 From: Nicholas Bunn Date: Fri, 23 Aug 2024 12:12:47 +0100 Subject: [PATCH] Update README link Made this ref absolute so that it renders on PyPi correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bdd848..932fd70 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This package supports: - Django 3.2, 4.0, 4.1, 4.2, 5.0 - Django Rest Framework 3.12, 3.13, 3.14, 3.15 -For an exact list of tested version combinations, see the `valid_version_combinations` set in the [noxfile](./noxfile.py) +For an exact list of tested version combinations, see the `valid_version_combinations` set in the [noxfile](https://github.com/kraken-tech/django-rest-framework-recursive/blob/master/noxfile.py) During development you will also need: