diff --git a/devs/scraping/starting.md b/devs/scraping/starting.md
index 6dee852..25c3116 100644
--- a/devs/scraping/starting.md
+++ b/devs/scraping/starting.md
@@ -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 Ctrl + U
@@ -219,4 +219,4 @@ fun main() {
val description = descriptionRegex.find(response.text)?.groups?.get(1)?.value
println(description)
}
-```
\ No newline at end of file
+```