Skip to content

Commit 74094ce

Browse files
authored
[FIX] tutorial/step_1 "Testing Guide" link (#28)
1 parent 3e9144d commit 74094ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/step_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ end
283283

284284
In other words: API specs test Endpoints (request, response, middleware,
285285
etc), Resource specs test only the Resource (actual application logic).
286-
Read more in our [Testing Guide]({{site.github.url}}/guides/testing).
286+
Read more in our [Testing Guide]({{site.github.url}}/guides/concepts/testing).
287287

288288
Before we run these specs, we need to edit our [factories](https://github.com/thoughtbot/factory_bot) to ensure
289289
dynamic, randomized data. Let's change this:

0 commit comments

Comments
 (0)