aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2014-11-29 15:28:10 -0700
committerSean Griffin <sean@seantheprogrammer.com>2014-11-29 15:28:10 -0700
commitf8c27e2a52847d8c293d1015b44e53160e7d684e (patch)
tree4c8fb7a07e69622c8664191b64a3ddb47f442483
parentac1a0bd5ac6c1e2aeb583f299fda52a1b4a6fa06 (diff)
parentb59b794ca80df49c0a60fa305e6db92a88458a2c (diff)
downloadrails-f8c27e2a52847d8c293d1015b44e53160e7d684e.tar.gz
rails-f8c27e2a52847d8c293d1015b44e53160e7d684e.tar.bz2
rails-f8c27e2a52847d8c293d1015b44e53160e7d684e.zip
Merge pull request #17848 from biow0lf/fix-link-in-action_view-base
Fix link in documentation. [ci skip]
-rw-r--r--actionview/lib/action_view/base.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb
index 3071a13655..1feafc1094 100644
--- a/actionview/lib/action_view/base.rb
+++ b/actionview/lib/action_view/base.rb
@@ -126,8 +126,8 @@ module ActionView #:nodoc:
# end
# end
#
- # For more information on Builder please consult the [source
- # code](https://github.com/jimweirich/builder).
+ # For more information on Builder please consult the {source
+ # code}[https://github.com/jimweirich/builder].
class Base
include Helpers, ::ERB::Util, Context