Skip to content

Commit

Permalink
docs: convert markdown links to RDoc formatted links (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferMah authored Sep 22, 2020
1 parent 9181f6c commit e59d677
Show file tree
Hide file tree
Showing 234 changed files with 2,230 additions and 2,230 deletions.
2 changes: 1 addition & 1 deletion lib/twilio-ruby/rest/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def authorized_connect_apps(connect_app_sid=:unset)

##
# @param [String] country_code The
# [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of
# {ISO-3166-1}[https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2] country code of
# the country.
# @return [Twilio::REST::Api::V2010::AccountContext::AvailablePhoneNumberCountryInstance] if country_code was passed.
# @return [Twilio::REST::Api::V2010::AccountContext::AvailablePhoneNumberCountryList]
Expand Down
6 changes: 3 additions & 3 deletions lib/twilio-ruby/rest/api/v2010/account/address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AddressList < ListResource
# Initialize the AddressList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for
# {Account}[https://www.twilio.com/docs/iam/api/account] that is responsible for
# the Address resource.
# @return [AddressList] AddressList
def initialize(version, account_sid: nil)
Expand Down Expand Up @@ -215,7 +215,7 @@ class AddressContext < InstanceContext
# Initialize the AddressContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for
# {Account}[https://www.twilio.com/docs/iam/api/account] that is responsible for
# the Address resource to fetch.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Address resource to fetch.
Expand Down Expand Up @@ -317,7 +317,7 @@ class AddressInstance < InstanceResource
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for
# {Account}[https://www.twilio.com/docs/iam/api/account] that is responsible for
# the Address resource.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Address resource to fetch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DependentPhoneNumberList < ListResource
# Initialize the DependentPhoneNumberList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# DependentPhoneNumber resource.
# @param [String] address_sid The unique string that that we created to identify
# the Address resource.
Expand Down Expand Up @@ -157,7 +157,7 @@ class DependentPhoneNumberInstance < InstanceResource
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# DependentPhoneNumber resource.
# @param [String] address_sid The unique string that that we created to identify
# the Address resource.
Expand Down
6 changes: 3 additions & 3 deletions lib/twilio-ruby/rest/api/v2010/account/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ApplicationList < ListResource
# Initialize the ApplicationList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Application resource.
# @return [ApplicationList] ApplicationList
def initialize(version, account_sid: nil)
Expand Down Expand Up @@ -214,7 +214,7 @@ class ApplicationContext < InstanceContext
# Initialize the ApplicationContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Application resource to fetch.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Application resource to fetch.
Expand Down Expand Up @@ -334,7 +334,7 @@ class ApplicationInstance < InstanceResource
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Application resource.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Application resource to fetch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AuthorizedConnectAppList < ListResource
# Initialize the AuthorizedConnectAppList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# AuthorizedConnectApp resource.
# @return [AuthorizedConnectAppList] AuthorizedConnectAppList
def initialize(version, account_sid: nil)
Expand Down Expand Up @@ -148,7 +148,7 @@ class AuthorizedConnectAppContext < InstanceContext
# Initialize the AuthorizedConnectAppContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# AuthorizedConnectApp resource to fetch.
# @param [String] connect_app_sid The SID of the Connect App to fetch.
# @return [AuthorizedConnectAppContext] AuthorizedConnectAppContext
Expand Down Expand Up @@ -195,7 +195,7 @@ class AuthorizedConnectAppInstance < InstanceResource
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) that created the
# {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# AuthorizedConnectApp resource.
# @param [String] connect_app_sid The SID of the Connect App to fetch.
# @return [AuthorizedConnectAppInstance] AuthorizedConnectAppInstance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ class AvailablePhoneNumberCountryContext < InstanceContext
# Initialize the AvailablePhoneNumberCountryContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
# [Account](https://www.twilio.com/docs/iam/api/account) requesting the available
# {Account}[https://www.twilio.com/docs/iam/api/account] requesting the available
# phone number Country resource.
# @param [String] country_code The
# [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of
# {ISO-3166-1}[https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2] country code of
# the country to fetch available phone number information about.
# @return [AvailablePhoneNumberCountryContext] AvailablePhoneNumberCountryContext
def initialize(version, account_sid, country_code)
Expand Down Expand Up @@ -319,7 +319,7 @@ class AvailablePhoneNumberCountryInstance < InstanceResource
# @param [String] account_sid A 34 character string that uniquely identifies this
# resource.
# @param [String] country_code The
# [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of
# {ISO-3166-1}[https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2] country code of
# the country to fetch available phone number information about.
# @return [AvailablePhoneNumberCountryInstance] AvailablePhoneNumberCountryInstance
def initialize(version, payload, account_sid: nil, country_code: nil)
Expand Down
Loading

0 comments on commit e59d677

Please sign in to comment.