diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2021-02-25 10:52:48 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-09 09:33:50 +0100 |
| commit | e078747290f0868935f7a865b477629e7b4f4141 (patch) | |
| tree | e0311341c720e066ffb932c0fd63d58f3e660f34 /docs/ref | |
| parent | 3fd83c48db0ef2506ea376417d207f48763c131d (diff) | |
[3.2.x] Updated Git branch "master" to "main".
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 ========================== |
