aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-04-21 10:55:26 +0200
committerYves Senn <yves.senn@gmail.com>2015-04-21 10:55:26 +0200
commitb12abe673306f2b5298b7a296c74ddc9061d2fec (patch)
tree17498ac29e7e4f186f1d0afa2ff172967f57cdcc /guides/source
parente539866d80fa614412f65a12a63a9063fd89ce5e (diff)
parent9a37109bc823fe78cfa12edfb64f33c77423287b (diff)
downloadrails-b12abe673306f2b5298b7a296c74ddc9061d2fec.tar.gz
rails-b12abe673306f2b5298b7a296c74ddc9061d2fec.tar.bz2
rails-b12abe673306f2b5298b7a296c74ddc9061d2fec.zip
Merge pull request #19839 from yui-knk/fix/guide2
[ci skip] Fix linked html file
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 8f9102611d..315d8c14b6 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -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`