From 353fae232ed3740a5be3e3cebf3a2883d9c70a29 Mon Sep 17 00:00:00 2001 From: okmttdhr Date: Sat, 15 Sep 2018 14:53:00 +0900 Subject: [PATCH] add a missing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c32d7e8..efa5305 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ What happens behind the scenes when we type google.com in a browser? - [Parsing Basics](#parsing-basics) - [DOM Tree](#dom-tree) - [Render Tree](#render-tree) -- [Render tree's relation to the DOM tree](#) +- [Render tree's relation to the DOM tree](#render-trees-relation-to-the-dom-tree) - [CSS Parsing](#css-parsing) - [Layout](#layout) - [Painting](#painting)