From 7f09d08b52a2988bc6c597fd38ee29867890ea7e Mon Sep 17 00:00:00 2001 From: Shakil Shahadat Date: Thu, 4 Jul 2024 07:59:09 +0600 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2e74bfc..3d7f40c 100644 --- a/readme.md +++ b/readme.md @@ -111,7 +111,7 @@ Thin books which you can get through in a few days. ## DOM related -- [DOM Enlightenment](http://domenlightenment.com) - A whole book about how to access an manipulate the DOM without a library. +- [DOM Enlightenment](https://domenlightenment.com/) - A whole book about how to access and manipulate the DOM without a library. - [You Might Not Need jQuery](http://youmightnotneedjquery.com) - Get plain JavaScript code snippets (and see their jQuery equivalents). - [Traversing the DOM with JavaScript](https://zellwk.com/blog/dom-traversals/) - A tutorial featuring native methods to traverse the DOM.