File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scrapegraph-py/scrapegraph_py Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,14 +177,14 @@ def __init__(
177177 warnings .warn (
178178 "scrapegraph-py v1.x is deprecated and will be removed in a future release. "
179179 "Please upgrade to scrapegraph-py v2.x for the new API surface. "
180- "See migration guide: https://github. com/ScrapeGraphAI/scrapegraph-py/pull/82 " ,
180+ "See migration guide: https://docs.scrapegraphai. com/transition-from-v1-to-v2 " ,
181181 DeprecationWarning ,
182182 stacklevel = 2 ,
183183 )
184184 logger .warning (
185185 "scrapegraph-py v1.x is deprecated and will be removed in a future release. "
186186 "Please upgrade to scrapegraph-py v2.x for the new API surface. "
187- "Migration guide: https://github. com/ScrapeGraphAI/scrapegraph-py/pull/82 "
187+ "Migration guide: https://docs.scrapegraphai. com/transition-from-v1-to-v2 "
188188 )
189189
190190 # Try to get API key from environment if not provided
Original file line number Diff line number Diff line change @@ -182,14 +182,14 @@ def __init__(
182182 warnings .warn (
183183 "scrapegraph-py v1.x is deprecated and will be removed in a future release. "
184184 "Please upgrade to scrapegraph-py v2.x for the new API surface. "
185- "See migration guide: https://github. com/ScrapeGraphAI/scrapegraph-py/pull/82 " ,
185+ "See migration guide: https://docs.scrapegraphai. com/transition-from-v1-to-v2 " ,
186186 DeprecationWarning ,
187187 stacklevel = 2 ,
188188 )
189189 logger .warning (
190190 "scrapegraph-py v1.x is deprecated and will be removed in a future release. "
191191 "Please upgrade to scrapegraph-py v2.x for the new API surface. "
192- "Migration guide: https://github. com/ScrapeGraphAI/scrapegraph-py/pull/82 "
192+ "Migration guide: https://docs.scrapegraphai. com/transition-from-v1-to-v2 "
193193 )
194194
195195 # Try to get API key from environment if not provided
You can’t perform that action at this time.
0 commit comments