From db6ad7a79d9c5b5b5fdb2bfa23937ae7f0c50f10 Mon Sep 17 00:00:00 2001 From: ntohidi Date: Wed, 23 Jul 2025 09:47:18 +0200 Subject: [PATCH] fix: update links in README and C4A-Script documentation for accuracy --- README.md | 2 +- docs/md_v2/core/c4a-script.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97a907a1..f70eb264 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Crawl4AI is the #1 trending GitHub repository, actively maintained by a vibrant [✨ Check out latest update v0.7.0](#-recent-updates) -🎉 **Version 0.7.0 is now available!** The Adaptive Intelligence Update introduces groundbreaking features: Adaptive Crawling that learns website patterns, Virtual Scroll support for infinite pages, intelligent Link Preview with 3-layer scoring, Async URL Seeder for massive discovery, and significant performance improvements. [Read the release notes →](https://docs.crawl4ai.com/blog/release-v0.7.0) +🎉 **Version 0.7.0 is now available!** The Adaptive Intelligence Update introduces groundbreaking features: Adaptive Crawling that learns website patterns, Virtual Scroll support for infinite pages, intelligent Link Preview with 3-layer scoring, Async URL Seeder for massive discovery, and significant performance improvements. [Read the release notes →](https://github.com/unclecode/crawl4ai/blob/main/docs/blog/release-v0.7.0.md)
🤓 My Personal Story diff --git a/docs/md_v2/core/c4a-script.md b/docs/md_v2/core/c4a-script.md index 7f5006bf..d92e426e 100644 --- a/docs/md_v2/core/c4a-script.md +++ b/docs/md_v2/core/c4a-script.md @@ -52,11 +52,9 @@ That's it! In just a few lines, you've automated a complete search workflow. Want to learn by doing? We've got you covered: -**🚀 [Live Demo](https://docs.crawl4ai.com/c4a-script/demo)** - Try C4A-Script in your browser right now! +**🚀 [Live Demo](https://docs.crawl4ai.com/apps/c4a-script/)** - Try C4A-Script in your browser right now! -**📁 [Tutorial Examples](/examples/c4a_script/)** - Complete examples with source code - -**🛠️ [Local Tutorial](/examples/c4a_script/tutorial/)** - Run the interactive tutorial on your machine +**📁 [Tutorial Examples](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/c4a_script/)** - Complete examples with source code ### Running the Tutorial Locally