[ci skip] Fix linked html file

This commit is contained in:
yui-knk 2015-04-21 13:53:14 +09:00
parent e539866d80
commit 9a37109bc8
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ If you want to clear `public/assets` completely, you can use `rake assets:clobbe
The most common tasks of the `db:` Rake namespace are `migrate` and `create`, and it will pay off to try out all of the migration rake tasks (`up`, `down`, `redo`, `reset`). `rake db:version` is useful when troubleshooting, telling you the current version of the database.
More information about migrations can be found in the [Migrations](migrations.html) guide.
More information about migrations can be found in the [Migrations](active_record_migrations.html) guide.
### `notes`