diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-11-15 06:56:39 -0800 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-11-15 06:56:39 -0800 |
commit | 5f1347dd1f4517725829b20cae8aee3bc6602f96 (patch) | |
tree | badd7d1576416196352bbce817446c938c6e43ce | |
parent | 81475534ed9e2e1b7bade50f1e1099975e385a46 (diff) | |
parent | 7910d7d863bd8128e4847347861e3d9ba167f65b (diff) | |
download | rails-5f1347dd1f4517725829b20cae8aee3bc6602f96.tar.gz rails-5f1347dd1f4517725829b20cae8aee3bc6602f96.tar.bz2 rails-5f1347dd1f4517725829b20cae8aee3bc6602f96.zip |
Merge pull request #12899 from nateberkopec/remove_broken_internal_guide_link
Remove broken Commmand Line guide link
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 1b0b93c3bc..3b80faec7f 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -56,8 +56,6 @@ Rails will set you up with what seems like a huge amount of stuff for such a tin The `rails server` command launches a small web server named WEBrick which comes bundled with Ruby. You'll use this any time you want to access your application through a web browser. -INFO: WEBrick isn't your only option for serving Rails. We'll get to that [later](#server-with-different-backends). - With no further work, `rails server` will run our new shiny Rails app: ```bash |