Skip to content

Commit 39e4d13

Browse files
committed
feat: link directly to discussions
1 parent df09d77 commit 39e4d13

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/web_scraping_for_beginners/crawling

1 file changed

+1
-1
lines changed

sources/academy/webscraping/web_scraping_for_beginners/crawling/pro_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We mentioned the benefits of developing using a dedicated scraping library in th
2121
2. **Fewer bugs**. Crawlee is fully unit-tested and battle-tested on millions of scraper runs.
2222
3. **Faster and cheaper scrapers** because Crawlee automatically scales based on system resources, and we optimize its performance regularly.
2323
4. **More robust scrapers**. Annoying details like retries, proxy management, error handling, and result storage are all handled out-of-the-box by Crawlee.
24-
5. **Helpful community**. You can [join our Discord](https://discord.gg/qkMS6pU4cF) or talk to us [on GitHub](https://github.com/apify/crawlee). We're almost always there to talk about scraping and programming in general.
24+
5. **Helpful community**. You can [join our Discord](https://discord.gg/qkMS6pU4cF) or talk to us [on GitHub](https://github.com/apify/crawlee/discussions). We're almost always there to talk about scraping and programming in general.
2525

2626
:::tip
2727

0 commit comments

Comments
 (0)