From b951d34ed0b30a91dbaf273aaf6d494d1af8d1da Mon Sep 17 00:00:00 2001 From: Unclecode Date: Sat, 22 Jun 2024 16:37:21 +0000 Subject: [PATCH] chore: Update fetch URL to use HTTPS --- docs/md/demo.md | 2 +- docs/md/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/md/demo.md b/docs/md/demo.md index f97b658e..7c0a99b9 100644 --- a/docs/md/demo.md +++ b/docs/md/demo.md @@ -155,7 +155,7 @@ screenshot: screenshot }; - fetch('/crawl', { + fetch('https://crawl4ai.com/crawl', { method: 'POST', headers: { 'Content-Type': 'application/json' diff --git a/docs/md/index.md b/docs/md/index.md index 99a4f934..dd5f51d0 100644 --- a/docs/md/index.md +++ b/docs/md/index.md @@ -1,4 +1,4 @@ -# Crawl4AI Documentation +# Crawl4AI v0.2.6 Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI.