From f4592b1e58007393fc6f879e1526649e804caa46 Mon Sep 17 00:00:00 2001 From: FranMD <31740200+FranMD@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:34:50 -0600 Subject: [PATCH] Update URL for "Enabling HTTPS on Your Servers" site (#4418) --- .../content/101-general-development-skills/103-http-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/aspnet-core/content/101-general-development-skills/103-http-https.md b/src/data/roadmaps/aspnet-core/content/101-general-development-skills/103-http-https.md index d0de3636d..6f8be5131 100644 --- a/src/data/roadmaps/aspnet-core/content/101-general-development-skills/103-http-https.md +++ b/src/data/roadmaps/aspnet-core/content/101-general-development-skills/103-http-https.md @@ -17,5 +17,5 @@ Visit the following resources to learn more: - [HTTP Crash Course & Exploration](https://www.youtube.com/watch?v=iYM2zFP3Zn0) - [What is HTTPS?](https://www.cloudflare.com/en-gb/learning/ssl/what-is-https/) - [Why HTTPS Matters](https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https) -- [Enabling HTTPS on Your Servers](https://developers.google.com/web/fundamentals/security/encrypt-in-transit/enable-https) +- [Enabling HTTPS on Your Servers](https://web.dev/enable-https/) - [How HTTPS works (comic)](https://howhttps.works/)