Skip to content

Commit a5b07cd

Browse files
committed
feat: link BS4 docs
1 parent dbaf85d commit a5b07cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/05_parsing_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While [Bobince's infamous StackOverflow answer](https://stackoverflow.com/a/1732
3030

3131
:::
3232

33-
We'll choose _Beautiful Soup_ as our parser, as it's a popular library renowned for its ability to process even non-standard, broken markup. This is useful for scraping, because real-world websites often contain all sorts of errors and discrepancies.
33+
We'll choose [Beautiful Soup](https://beautiful-soup-4.readthedocs.io/) as our parser, as it's a popular library renowned for its ability to process even non-standard, broken markup. This is useful for scraping, because real-world websites often contain all sorts of errors and discrepancies.
3434

3535
```text
3636
$ pip install beautifulsoup4

0 commit comments

Comments
 (0)