Skip to content

Commit

Permalink
Replace old Rails greeting references
Browse files Browse the repository at this point in the history
A couple of the READMEs were still referring the old welcome page. This
is a small change that goes over it.

[ci skip]
  • Loading branch information
gsamokovarov committed Feb 6, 2016
1 parent 38b5af6 commit 91678fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and may also be used independently outside Rails.
Run with `--help` or `-h` for options.

4. Using a browser, go to `http://localhost:3000` and you'll see:
"Welcome aboard: You're riding Ruby on Rails!"
"Yay! You’re on Rails!"

5. Follow the guidelines to start developing your application. You may find
the following resources handy:
Expand Down
2 changes: 1 addition & 1 deletion railties/RDOC_MAIN.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo

4. Go to http://localhost:3000 and you'll see:

"Welcome aboard: You're riding Ruby on Rails!"
"Yay! You’re on Rails!"

5. Follow the guidelines to start developing your application. You may find the following resources handy:

Expand Down

0 comments on commit 91678fe

Please sign in to comment.