You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: source/index.html.slim
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ section.get-started
52
52
h3 Effective Testing with RSpec 3: Build Ruby Apps with Confidence
53
53
p
54
54
| 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.
55
-
= link_to "New book now available!", "https://pragprog.com/book/rspec3/effective-testing-with-rspec-3", target: '_blank'
55
+
= link_to "New book now available!", "https://pragprog.com/titles/rspec3/effective-testing-with-rspec-3/", target: '_blank'
0 commit comments