Skip to content

Commit

Permalink
Fixed markdown in Regex section (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
DestroyerBDT authored Jun 2, 2024
1 parent 2417d97 commit 6aa22b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devs/scraping/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fun main() {

## **Regex:**

When working with Regex I highly recommend using (regex101.com)[https://regex101.com/] (using the python flavor)
When working with Regex I highly recommend using [regex101.com](https://regex101.com/) (using the python flavor)

Press <kbd>Ctrl</kbd> + <kbd>U</kbd>

Expand Down Expand Up @@ -219,4 +219,4 @@ fun main() {
val description = descriptionRegex.find(response.text)?.groups?.get(1)?.value
println(description)
}
```
```

0 comments on commit 6aa22b5

Please sign in to comment.