diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-04-08 23:22:13 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-04-08 23:22:13 +0200 |
commit | 55c1436e67d4c9ecabb0f98529b13ad129ba2864 (patch) | |
tree | b6bafb242da1798582338d291368b8e20adf3403 /guides/source | |
parent | dce8e58d1fdcf78edad147e6e0913c5d3f9f7c3f (diff) | |
parent | 6b3c5bed8195048b9911c19098937bfa31834352 (diff) | |
download | rails-55c1436e67d4c9ecabb0f98529b13ad129ba2864.tar.gz rails-55c1436e67d4c9ecabb0f98529b13ad129ba2864.tar.bz2 rails-55c1436e67d4c9ecabb0f98529b13ad129ba2864.zip |
Merge pull request #24474 from djunzu/fix_welcome_page_docs
Remove reference to non existing link in the welcome page [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index a615751eb5..ae631ae58d 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -223,8 +223,7 @@ the server. The "Welcome aboard" page is the _smoke test_ for a new Rails application: it makes sure that you have your software configured correctly enough to serve a -page. You can also click on the _About your application's environment_ link to -see a summary of your application's environment. +page. ### Say "Hello", Rails |