Skip to content

Commit

Permalink
Remove broken Commmand Line guide link
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nateberkopec committed Nov 15, 2013
1 parent 8147553 commit 7910d7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guides/source/command_line.md
Expand Up @@ -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. 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: With no further work, `rails server` will run our new shiny Rails app:


```bash ```bash
Expand Down

0 comments on commit 7910d7d

Please sign in to comment.