aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-04-04 07:37:23 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-04-04 07:37:23 +0900
commite2d9e85368d1e049c55057fcf91aa036086c649a (patch)
treebd9c10eb55ceb336baf21b490524d9e7513a6a1f /guides/source/action_view_overview.md
parentfaa37c76521f954c75cd18ea8f9e736c304fdb68 (diff)
downloadrails-e2d9e85368d1e049c55057fcf91aa036086c649a.tar.gz
rails-e2d9e85368d1e049c55057fcf91aa036086c649a.tar.bz2
rails-e2d9e85368d1e049c55057fcf91aa036086c649a.zip
correct output of auto_discovery_link_tag [ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 71f3f8882c..02ef32d66e 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -408,7 +408,7 @@ Returns a link tag that browsers and feed readers can use to auto-detect an RSS
```ruby
auto_discovery_link_tag(:rss, "http://www.example.com/feed.rss", { title: "RSS Feed" }) # =>
- <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.example.com/feed" />
+ <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.example.com/feed.rss" />
```
#### image_path