Skip to content

Commit fcac991

Browse files
authored
Merge pull request #176 from tomstuart/fix-book-link
Fix link to RSpec 3 book on home page
2 parents 097f66e + ca62391 commit fcac991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ section.get-started
5252
h3 Effective Testing with RSpec 3: Build Ruby Apps with Confidence
5353
p
5454
| 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'
5656

5757
p
5858

0 commit comments

Comments
 (0)