Skip to content

Commit 61b2158

Browse files
committed
fix: stress that it's essential to read the linked lesson
1 parent bd9bc3c commit 61b2158

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sources/academy/webscraping/scraping_basics_python/01_devtools_inspecting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ slug: /scraping-basics-python/devtools-inspecting
1010

1111
---
1212

13-
:::danger Work in progress
13+
:::danger Work in Progress
1414

15-
This lesson doesn't exist yet, but it's going to be similar to [Starting with browser DevTools](../scraping_basics_javascript/data_extraction/browser_devtools.md).
15+
This lesson is under development. Please read [Starting with browser DevTools](../scraping_basics_javascript/data_extraction/browser_devtools.md) in the meantime so you can follow the upcoming lessons.
1616

1717
:::
1818

sources/academy/webscraping/scraping_basics_python/02_devtools_locating_elements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ slug: /scraping-basics-python/devtools-locating-elements
1010

1111
---
1212

13-
:::danger Work in progress
13+
:::danger Work in Progress
1414

15-
This lesson doesn't exist yet, but it's going to be similar to [Finding elements with DevTools](../scraping_basics_javascript/data_extraction/using_devtools.md).
15+
This lesson is under development. Please read [Finding elements with DevTools](../scraping_basics_javascript/data_extraction/using_devtools.md) in the meantime so you can follow the upcoming lessons.
1616

1717
:::

sources/academy/webscraping/scraping_basics_python/03_devtools_extracting_data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ slug: /scraping-basics-python/devtools-extracting-data
1010

1111
---
1212

13-
:::danger Work in progress
13+
:::danger Work in Progress
1414

15-
This lesson doesn't exist yet, but it's going to be similar to [Extracting data with DevTools](../scraping_basics_javascript/data_extraction/devtools_continued.md).
15+
This lesson is under development. Please read [Extracting data with DevTools](../scraping_basics_javascript/data_extraction/devtools_continued.md) in the meantime so you can follow the upcoming lessons.
1616

1717
:::

0 commit comments

Comments
 (0)