From d9a266d657f66b8c4fa068408002a4e3709ee669 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 25 Feb 2021 10:52:48 +0100 Subject: Updated Git branch "master" to "main". This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ --- docs/ref/contrib/gis/gdal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index 35abec1168..e3d8b70ced 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -38,8 +38,8 @@ to have some data to work with. If you're starting out and don't yet have any data of your own to use, GeoDjango tests contain a number of data sets that you can use for testing. You can download them here:: - $ wget https://raw.githubusercontent.com/django/django/master/tests/gis_tests/data/cities/cities.{shp,prj,shx,dbf} - $ wget https://raw.githubusercontent.com/django/django/master/tests/gis_tests/data/rasters/raster.tif + $ wget https://raw.githubusercontent.com/django/django/main/tests/gis_tests/data/cities/cities.{shp,prj,shx,dbf} + $ wget https://raw.githubusercontent.com/django/django/main/tests/gis_tests/data/rasters/raster.tif Vector Data Source Objects ========================== -- cgit v1.3