aboutsummaryrefslogtreecommitdiffstats
path: root/guides/w3c_validator.rb
diff options
context:
space:
mode:
authorkei-s <kei.shiratsuchi@gmail.com>2016-07-12 20:12:24 +0900
committerkei-s <kei.shiratsuchi@gmail.com>2016-07-12 20:12:24 +0900
commitfe5c9fb76e1d6054cec0ce09825e74c652ebdd72 (patch)
tree66d974dcc7656dd9bc2888eddeb5718a325924ff /guides/w3c_validator.rb
parentde1227a5472f688469379054d271b59be1ecfcd0 (diff)
downloadrails-fe5c9fb76e1d6054cec0ce09825e74c652ebdd72.tar.gz
rails-fe5c9fb76e1d6054cec0ce09825e74c652ebdd72.tar.bz2
rails-fe5c9fb76e1d6054cec0ce09825e74c652ebdd72.zip
[ci skip] Update redirecting links in guides
Diffstat (limited to 'guides/w3c_validator.rb')
-rw-r--r--guides/w3c_validator.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/w3c_validator.rb b/guides/w3c_validator.rb
index 71f044b9c4..e3bb964a60 100644
--- a/guides/w3c_validator.rb
+++ b/guides/w3c_validator.rb
@@ -21,8 +21,8 @@
#
# Separate many using commas:
#
-# # validates only association_basics.html and migrations.html
-# rake guides:validate ONLY=assoc,migrations
+# # validates only association_basics.html and command_line.html
+# rake guides:validate ONLY=assoc,command
#
# ---------------------------------------------------------------------------