From 5be3a1551eda902425a2094016a31769171c729e Mon Sep 17 00:00:00 2001 From: Dave Mackey Date: Sun, 29 Dec 2019 21:31:45 -0500 Subject: [PATCH 1/2] Update README.md Removed "What is the Internet" (redirects to Google) and updated URL for "How does the internet work" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d47da17b..6ad88cac 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ A Subset for __Architecture and Infrastructure__ ### Open Web Platform * Learning - * [What is the Internet](http://www.20thingsilearned.com/en-US/what-is-the-internet/), [How does the Internet work](https://www.w3.org/wiki/How_does_the_Internet_work) + * [How does the Internet work](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works) * HTTP - see _[Server Side > Network](#network)_ * [Evolution of the Web](http://www.evolutionoftheweb.com/) * [Timeline of web browsers](https://en.wikipedia.org/wiki/Timeline_of_web_browsers) From 0266e4f0868adb585dd428a6431f1974d2ea5e12 Mon Sep 17 00:00:00 2001 From: Dave Mackey Date: Sun, 29 Dec 2019 21:35:43 -0500 Subject: [PATCH 2/2] Update README.md Removed "20 Things I Learned About Browsers and the Web" - redirects to Google. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6ad88cac..3a7d36c5 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ A Subset for __Architecture and Infrastructure__ * [Evolution of the Web](http://www.evolutionoftheweb.com/) * [Timeline of web browsers](https://en.wikipedia.org/wiki/Timeline_of_web_browsers) * [Dive Into HTML5 - A Quite Biased History of HTML5](http://diveintohtml5.info/past.html) - * [20 Things I Learned About Browsers and the Web](http://www.20thingsilearned.com/) * MDN's [Learn Web Development](https://developer.mozilla.org/en-US/docs/Learn) * Reference * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web)