Skip to content

docs: fix broken GDAL link in cli-raster README - #3656

Merged
blacha merged 1 commit into
linz:masterfrom
olitreadwell:docs/fix-broken-gdal-link
Aug 19, 2026
Merged

docs: fix broken GDAL link in cli-raster README#3656
blacha merged 1 commit into
linz:masterfrom
olitreadwell:docs/fix-broken-gdal-link

Conversation

@olitreadwell

Copy link
Copy Markdown
Contributor

Motivation

The GDAL link in packages/cli-raster/README.md points to https://github.com/gdal/gdal, which does not exist (404).

GDAL's real GitHub home is the OSGeo org: https://github.com/OSGeo/gdal.

A reader following the doc link to learn more about GDAL hits a dead end.

Modifications

  • packages/cli-raster/README.md: fixed the [GDAL] link to point to https://github.com/OSGeo/gdal instead of the non-existent https://github.com/gdal/gdal.

Verification

  • Confirmed the old link 404s: curl -o /dev/null -w '%{http_code}' https://github.com/gdal/gdal404.
  • Confirmed the new link resolves: curl -o /dev/null -w '%{http_code}' https://github.com/OSGeo/gdal200.
  • One-line docs-only change, no code affected. packages/cli-raster has no separate lint/build step for its README; the repo-wide build CI job (typecheck/lint/test via linz/action-typescript@v3) covers this PR.

The GDAL link in packages/cli-raster/README.md pointed to
github.com/gdal/gdal, which returns a 404. GDAL's real GitHub
home is the OSGeo org, github.com/OSGeo/gdal. This updates the
link to the correct, working page.
@olitreadwell
olitreadwell requested a review from a team as a code owner August 19, 2026 03:10

@blacha blacha left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pull request.

@blacha
blacha enabled auto-merge August 19, 2026 03:18
@blacha
blacha added this pull request to the merge queue Aug 19, 2026
Merged via the queue into linz:master with commit f84a0fa Aug 19, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants