Skip to content

Commit

Permalink
Update documentation reference to point to OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jan 5, 2021
1 parent ee47245 commit f5f7c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/i18n/backend/cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#
# The cache_key implementation by default assumes you pass values that return
# a valid key from #hash (see
# http://www.ruby-doc.org/core/classes/Object.html#M000337). However, you can
# https://www.ruby-doc.org/core/classes/Object.html#M000337). However, you can
# configure your own digest method via which responds to #hexdigest (see
# http://ruby-doc.org/stdlib/libdoc/digest/rdoc/index.html):
# https://ruby-doc.org/stdlib/libdoc/openssl/rdoc/OpenSSL/Digest.html):
#
# I18n.cache_key_digest = OpenSSL::Digest::SHA256.new
#
Expand Down

0 comments on commit f5f7c05

Please sign in to comment.