From b0b658a03d54e535f006dce8a5a7095793d101c2 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 16:27:50 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://manning.com/fisher with 1 occurrences migrated to: https://manning.com/fisher ([https](https://manning.com/fisher) result 301). # Ignored These URLs were intentionally ignored. * http://www.w3.org/1999/XSL/Transform with 1 occurrences * http://www.w3.org/2001/XMLSchema with 1 occurrences --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e0a06..b547026 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To install artifacts into your local Maven repository execute: mvn install To explore the code, we recommend importing the projects (located in the sub-directories) into an IDE such as Eclipse or IntelliJ Idea. -For more information about the book, visit http://manning.com/fisher. +For more information about the book, visit https://manning.com/fisher. ## Modules