Skip to content

Commit 1188ee3

Browse files
committed
refactor: move code block to its own directory
1 parent ba6925d commit 1188ee3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript/13_finding_links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what a link looks like in HTML and how to find and extract th
44
slug: /web-scraping-for-beginners/crawling/finding-links
55
---
66

7-
import Example from '!!raw-loader!roa-loader!./finding_links.js';
7+
import Example from '!!raw-loader!roa-loader!./code_blocks/finding_links.js';
88

99
# Finding links {#finding-links}
1010

0 commit comments

Comments
 (0)