From ea7996392ba1709cf7d6d900d1dbe9d878d3afbc Mon Sep 17 00:00:00 2001 From: David <11855766+DavidATN@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:26:18 -0600 Subject: [PATCH] Update HTML tutorial link pre-requisite-installations.asciidoc Removed link to webplatform.org (discontinued in 2015) and replaced with the new URL webplatform.org redirects to (MDN) --- pre-requisite-installations.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-requisite-installations.asciidoc b/pre-requisite-installations.asciidoc index a618ed1d..3065271f 100644 --- a/pre-requisite-installations.asciidoc +++ b/pre-requisite-installations.asciidoc @@ -64,7 +64,7 @@ Again, have a look at the three books I recommended previously if you're in any ((("HTML", "tutorials")))I'm also assuming you have a basic grasp of how the web works--what HTML is, what a POST request is, and so on. If you're not sure about those, you'll need to -find a basic HTML tutorial; there are a few at http://www.webplatform.org/. If +find a basic HTML tutorial; there are a few at https://developer.mozilla.org/Learn_web_development. If you can figure out how to create an HTML page on your PC and look at it in your browser, and understand what a form is and how it might work, then you're probably OK.