aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-07-20 18:30:27 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-07-20 18:30:27 +0800
commit132e3fdf80046d4e2def9494cb0d1e9212caf0cf (patch)
tree710ba10c94cabb900fefd9db09f863faa7ae376e /guides/source/getting_started.md
parent78788ad72390806803adf38d8847fd0c858154f6 (diff)
downloadrails-132e3fdf80046d4e2def9494cb0d1e9212caf0cf.tar.gz
rails-132e3fdf80046d4e2def9494cb0d1e9212caf0cf.tar.bz2
rails-132e3fdf80046d4e2def9494cb0d1e9212caf0cf.zip
[ci skip] Normalize all localhost linking.
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index ef97cda3bc..ae3e0a3946 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -909,7 +909,7 @@ And then finally, add the view for this action, located at
</table>
```
-Now if you go to `http://localhost:3000/articles` you will see a list of all the
+Now if you go to <http://localhost:3000/articles> you will see a list of all the
articles that you have created.
### Adding links
@@ -1105,7 +1105,7 @@ standout.
Now you'll get a nice error message when saving an article without title when
you attempt to do just that on the new article form
-[(http://localhost:3000/articles/new)](http://localhost:3000/articles/new).
+<http://localhost:3000/articles/new>:
![Form With Errors](images/getting_started/form_with_errors.png)