aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/migrations/rakeing_around.txt
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-09-09 14:06:29 +0100
committerFrederick Cheung <frederick.cheung@gmail.com>2008-09-09 14:07:21 +0100
commitde96f92a550aa99d7a3944e14a6b71d1f19631fb (patch)
treee05cc6e48938151aea6988b7a06a82462b5f72c9 /railties/doc/guides/migrations/rakeing_around.txt
parent663bf4eea88a731fa4652bb0cefdcb5afe874391 (diff)
downloadrails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.tar.gz
rails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.tar.bz2
rails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.zip
Add some cross links
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 ===