aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2012-09-16 23:35:06 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:55:17 -0400
commitfd56c3a72e261c7c5432f3ee040c8cb5091fe4f1 (patch)
tree32d937a49db4e9b7fe7c747766cf3d4a6e933d1a /guides/source/command_line.md
parent05b4d59a8d6657b5976b12a16984d877f67d2306 (diff)
downloadrails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.tar.gz
rails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.tar.bz2
rails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.zip
Fix broken and duplicate headings
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 380fa09fea..fd7d1cdfea 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -56,7 +56,7 @@ 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](#different-servers).
+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: