From 9857c1941a70e1ba4c9dcb6514791b9805f61a39 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Fri, 13 Sep 2019 11:44:02 -0400 Subject: [PATCH] CONTRIBUTING.md: Add links for learners (#1498) CONTRIBUTING.md: Add links for learners --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b58de53d..923aa0364 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,10 @@ Before you start, please note that the ability to use following technologies is **required** and it's not possible for us to teach you any of them. -* Kotlin -* JSoup -* HTML -* CSS selectors +* [Kotlin](https://kotlinlang.org/) +* [JSoup](https://jsoup.org/) +* [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) +* [CSS selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) ## Writing an extension