Skip to content

fix(turf-bezier-spline): fix broken documentation links - #3165

Open
modusensus wants to merge 1 commit into
Turfjs:masterfrom
modusensus:fix-broken-doc-links
Open

fix(turf-bezier-spline): fix broken documentation links#3165
modusensus wants to merge 1 commit into
Turfjs:masterfrom
modusensus:fix-broken-doc-links

Conversation

@modusensus

@modusensus modusensus commented Sep 9, 2026

Copy link
Copy Markdown

Summary

Fixes #2737 by updating links in three packages that no longer resolve:

  • @turf/bezier-spline: removed the dead link to Leszek Rybicki's homepage (http://leszek.rybicki.cc/) since neither the homepage nor the referenced GitHub repo (leszekr/bezier-spline-js) resolves anymore. Kept the attribution as plain text.
  • @turf/boolean-equal: replaced the dead ESRI ArcSDE docs link with the current ArcGIS developer documentation on spatial relationships.
  • @turf/moran-index: updated the PySAL link to the current official domain (https://pysal.org/).

Also added .pnpm-store to .gitignore since the pnpm store directory showed up as an untracked directory on Windows.

Test plan

  • eslint passes on all modified .ts files
  • Package tests pass: @turf/bezier-spline (3), @turf/boolean-equal (8), @turf/moran-index (2)
  • Full pnpm run docs regenerates the READMEs (link reference numbering updated automatically)

Update links that no longer resolve:
- @turf/bezier-spline: remove dead link to Leszek Rybicki's homepage
- @turf/boolean-equal: point to ArcGIS spatial relationships docs
- @turf/moran-index: use current pysal.org domain

Fixes Turfjs#2737
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.

Some links to external sites are broken in the descriptions of certain functions.

1 participant