diff options
author | Akira Matsuda <ronnie@dio.jp> | 2011-03-07 06:18:32 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2011-03-07 06:18:32 +0900 |
commit | 071ddb82812d1336450c9cbc6b317d5edfff3731 (patch) | |
tree | 74dd703eccc7d8351fa2c421dab8a6584b09db84 /actionpack/lib/action_view/helpers | |
parent | 5bed37779acea804af0bf5efd25839ef5c1e2cdd (diff) | |
download | rails-071ddb82812d1336450c9cbc6b317d5edfff3731.tar.gz rails-071ddb82812d1336450c9cbc6b317d5edfff3731.tar.bz2 rails-071ddb82812d1336450c9cbc6b317d5edfff3731.zip |
more "SSL everywhere" for GitHub URLs
see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/prototype_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index f3a429fcce..b93a072abb 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -103,7 +103,7 @@ module ActionView :form, :with, :update, :script, :type ]).merge(CALLBACKS) # Returns the JavaScript needed for a remote function. - # See the link_to_remote documentation at http://github.com/rails/prototype_legacy_helper as it takes the same arguments. + # See the link_to_remote documentation at https://github.com/rails/prototype_legacy_helper as it takes the same arguments. # # Example: # # Generates: <select id="options" onchange="new Ajax.Updater('options', |