Skip to content

Commit 65e00e3

Browse files
committed
fix: undo ruby url change
1 parent 3b8d1d1 commit 65e00e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/signature_validation/signature_validation.7.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get twilio-ruby from https://github.com/twilio/twilio-ruby
1+
# Get twilio-ruby from twilio.com/docs/ruby/install
22
require 'rubygems' # This line not needed for ruby > 1.8
33
require 'twilio-ruby'
44

security/signature_validation_json/signature_validation_json.7.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get twilio-ruby from https://github.com/twilio/twilio-ruby
1+
# Get twilio-ruby from twilio.com/docs/ruby/install
22
require 'rubygems' # This line not needed for ruby > 1.8
33
require 'twilio-ruby'
44

0 commit comments

Comments
 (0)