Skip to content

Commit 4f7f5e7

Browse files
authored
Update link to Getting Started guide in Testing Rails guide [ci skip]
Link was pointing to a section of Getting Started guide that was removed with rails#53846, this commit fixes the link location to appropriate new section.
1 parent 1dcfe23 commit 4f7f5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NOTE: Your tests are run under `RAILS_ENV=test`. This is set by Rails automatica
9191
### Writing Your First Test
9292

9393
We introduced the `bin/rails generate model` command in the [Getting Started
94-
with Rails](getting_started.html#mvc-and-you-generating-a-model) guide.
94+
with Rails](getting_started.html#creating-a-database-model) guide.
9595
Alongside creating a model, this command also creates a test stub in the `test`
9696
directory:
9797

0 commit comments

Comments
 (0)