aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/migrations/rakeing_around.txt
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides/migrations/rakeing_around.txt')
-rw-r--r--railties/doc/guides/migrations/rakeing_around.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/migrations/rakeing_around.txt b/railties/doc/guides/migrations/rakeing_around.txt
index 02fbecedb6..5635ff42f5 100644
--- a/railties/doc/guides/migrations/rakeing_around.txt
+++ b/railties/doc/guides/migrations/rakeing_around.txt
@@ -29,7 +29,7 @@ The `db:migrate:redo` task is a shortcut for doing a rollback and then migrating
Lastly, the `db:reset` task will drop the database, recreate it and load the current schema into it.
-NOTE: this is not the same as running all the migrations - see the section on schema.rb).
+NOTE: this is not the same as running all the migrations - see the section on <<schema,schema.rb>>).
=== Being Specific ===