From 6bbfdcfded63c064b8a542b2e56b9f86f22c86a2 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Thu, 2 Jan 2025 18:18:47 -0500 Subject: [PATCH] Rename 'master' branch to 'main' --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6202276..7986ef9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -504,6 +504,6 @@ prevent SQL injection attacks. A few more advanced techniques as well as example query results can be found in the tests: -- [`test_cte.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_cte.py) -- [`test_recursive.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_recursive.py) -- [`test_raw.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_raw.py) +- [`test_cte.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_cte.py) +- [`test_recursive.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_recursive.py) +- [`test_raw.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_raw.py)