Skip to content

docs: fix stale file links in ingest and common package READMEs - #4543

Open
ZayanKhan-12 wants to merge 1 commit into
nasa:masterfrom
ZayanKhan-12:fix-package-readme-links
Open

docs: fix stale file links in ingest and common package READMEs#4543
ZayanKhan-12 wants to merge 1 commit into
nasa:masterfrom
ZayanKhan-12:fix-package-readme-links

Conversation

@ZayanKhan-12

Copy link
Copy Markdown

Summary

Fixes five stale module links that predate the TypeScript/src-layout migration (each new target verified to exist):

  • packages/ingest/README.md./queue.js./src/queue.js; ./recursion.js./src/recursion.ts
  • packages/common/README.md./errors.js, ./log.js, ./test-utils.js./src/errors.ts, ./src/log.ts, ./src/test-utils.ts

Also found but not fixed (no in-package successor — the modules appear to have moved to other packages, e.g. @cumulus/aws-client; flagging rather than guessing):

  • packages/ingest/README.md./sftp.js
  • packages/common/README.md./aws.js, ./concurrency.js

Docs only; no code changes.

🤖 Generated with Claude Code

The module links predate the TypeScript migration and the src/
layout: queue, recursion, errors, log, and test-utils now live under
src/ (recursion, errors, log, and test-utils as .ts).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant