Skip to content

Commit

Permalink
Merge pull request #12899 from nateberkopec/remove_broken_internal_gu…
Browse files Browse the repository at this point in the history
…ide_link

Remove broken Commmand Line guide link
  • Loading branch information
rafaelfranca committed Nov 15, 2013
2 parents 8147553 + 7910d7d commit 5f1347d
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.

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
Expand Down

0 comments on commit 5f1347d

Please sign in to comment.