From ca62391dde78f335ef07b8b35d82091e51adeee3 Mon Sep 17 00:00:00 2001 From: Tom Stuart Date: Wed, 23 Nov 2022 10:08:08 +0000 Subject: [PATCH] Fix link to RSpec 3 book on home page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old link wasn’t exactly broken, but the new link takes you straight to the book page rather than a list of search results. There are various other occurrences of the old link on the blog, but perhaps those should remain that way for Historical Accuracy Purposes. --- source/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.slim b/source/index.html.slim index bbc43b826..bf35b8f67 100644 --- a/source/index.html.slim +++ b/source/index.html.slim @@ -52,7 +52,7 @@ section.get-started h3 Effective Testing with RSpec 3: Build Ruby Apps with Confidence p | This definitive guide from RSpec’s lead developer shows you how to use RSpec to drive more maintainable designs, specify and document expected behavior, and prevent regressions during refactoring. Build a project using RSpec to design, describe, and test the behavior of your code-whether you’re new to testing tools or an experienced developer. - = link_to "New book now available!", "https://pragprog.com/book/rspec3/effective-testing-with-rspec-3", target: '_blank' + = link_to "New book now available!", "https://pragprog.com/titles/rspec3/effective-testing-with-rspec-3/", target: '_blank' p