Skip to content

Commit 3a22ddf

Browse files
VinciGit00claude
andcommitted
fix: update deprecation warning link to docs site
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e73e5a8 commit 3a22ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
console.warn(
22
"[scrapegraph-js] WARNING: This version (1.x) is deprecated and will no longer receive updates. " +
33
"Please upgrade to scrapegraph-js v2 for the latest features, bug fixes, and API v2 support. " +
4-
"See the migration guide: https://github.com/ScrapeGraphAI/scrapegraph-js/blob/main/MIGRATION.md",
4+
"See the migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
55
);
66

77
export {

0 commit comments

Comments
 (0)