diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2014-11-29 15:28:10 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2014-11-29 15:28:10 -0700 |
commit | f8c27e2a52847d8c293d1015b44e53160e7d684e (patch) | |
tree | 4c8fb7a07e69622c8664191b64a3ddb47f442483 | |
parent | ac1a0bd5ac6c1e2aeb583f299fda52a1b4a6fa06 (diff) | |
parent | b59b794ca80df49c0a60fa305e6db92a88458a2c (diff) | |
download | rails-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.rb | 4 |
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 |