Opened 3 years ago

Last modified 3 years ago

#33030 closed Cleanup/optimization

Broken gdal.org URLs in django.contrib.gis.gdal and docs.ref.contrib.gis and gis_tests — at Version 2

Reported by: MaertHaekkinen Owned by: MaertHaekkinen
Component: GIS Version: 3.2
Severity: Normal Keywords: broken link url tutorial tests gdal
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by MaertHaekkinen)

There are multiple broken URLs directing to various pages on *https://gdal.org.
In addition to the links that result in 404, I have highlighted various links which could be written without the additional '.html' suffix. It's not needed by gdal.org

The URLs in question, can be found here :
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/driver.py#L13
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/driver.py#L18
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/driver.py#L19

*https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L20
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/error.py#L32
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/feature.py#L10
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/field.py#L11
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L3
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L4
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L56
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L18
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/prototypes/raster.py#L98
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/const.py#L8
*https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/const.py#L47

*https://github.com/django/django/blob/main/docs/ref/contrib/gis/gdal.txt#L453
*https://github.com/django/django/blob/main/docs/ref/contrib/gis/tutorial.txt#L305

*https://github.com/django/django/blob/main/tests/gis_tests/inspectapp/tests.py#L194

Change History (2)

comment:1 by MaertHaekkinen, 3 years ago

Description: modified (diff)

comment:2 by MaertHaekkinen, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top