Skip to content

Commit ad7aad6

Browse files
author
Doug Black
committed
http -> https
1 parent 7882f47 commit ad7aad6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+106
-106
lines changed

src/main/java/com/twilio/sdk/TwilioRestClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ public void setEndpoint(String endpoint) {
655655
*/
656656
/**
657657
* Get a list of Account objects. For more info: {@link <a
658-
* href="http://www.twilio.com/docs/api/rest/account"
659-
* >http://www.twilio.com/docs/api/rest/account</a>}
658+
* href="https://www.twilio.com/docs/api/rest/account"
659+
* >https://www.twilio.com/docs/api/rest/account</a>}
660660
*
661661
* @param params
662662
* Filter the list with the given params. See the Twilio docs for
@@ -671,8 +671,8 @@ public AccountList getAccounts(Map<String, String> params) {
671671

672672
/**
673673
* Get all accounts. For more info: {@link <a
674-
* href="http://www.twilio.com/docs/api/rest/account"
675-
* >http://www.twilio.com/docs/api/rest/account</a>}
674+
* href="https://www.twilio.com/docs/api/rest/account"
675+
* >https://www.twilio.com/docs/api/rest/account</a>}
676676
*
677677
* @return the list of accounts.
678678
*/

src/main/java/com/twilio/sdk/TwilioRestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
/**
8-
* See: <a href="http://www.twilio.com/docs/errors/">http://www.twilio.com/docs/errors/</a> for more info
8+
* See: <a href="https://www.twilio.com/docs/errors/">https://www.twilio.com/docs/errors/</a> for more info
99
* @author FrankStratton
1010
*
1111
*/

src/main/java/com/twilio/sdk/resource/factory/AccountFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating Account objects.
1313
*
14-
* For more information see <a href="http://www.twilio.com/docs/api/rest/subaccounts">http://www.twilio.com/docs/api/rest/subaccounts</a>
14+
* For more information see <a href="https://www.twilio.com/docs/api/rest/subaccounts">https://www.twilio.com/docs/api/rest/subaccounts</a>
1515
*/
1616
public interface AccountFactory {
1717

src/main/java/com/twilio/sdk/resource/factory/ApplicationFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating Application objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/applications#list-post"> http://www.twilio.com/docs/api/rest/applications#list-post</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/applications#list-post"> https://www.twilio.com/docs/api/rest/applications#list-post</a>
1515
*
1616
*/
1717
public interface ApplicationFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/AddressFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating SipDomain objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/address"> http://www.twilio.com/docs/api/rest/address</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/address"> https://www.twilio.com/docs/api/rest/address</a>
1515
*
1616
*/
1717
public interface AddressFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/CredentialFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating Credential objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/credential"> http://www.twilio.com/docs/api/rest/credential</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/credential"> https://www.twilio.com/docs/api/rest/credential</a>
1515
*
1616
*/
1717
public interface CredentialFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/CredentialListFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating CredentialListInstance objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/credential-list"> http://www.twilio.com/docs/api/rest/credential-list</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/credential-list"> https://www.twilio.com/docs/api/rest/credential-list</a>
1515
*
1616
*/
1717
public interface CredentialListFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/CredentialListMappingFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating SipDomain objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/credential-list-mappings"> http://www.twilio.com/docs/api/rest/credential-list-mappings</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/credential-list-mappings"> https://www.twilio.com/docs/api/rest/credential-list-mappings</a>
1515
*
1616
*/
1717
public interface CredentialListMappingFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/DomainFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating Domain objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/sip-domain"> http://www.twilio.com/docs/api/rest/sip-domain</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/sip-domain"> https://www.twilio.com/docs/api/rest/sip-domain</a>
1515
*
1616
*/
1717
public interface DomainFactory {

src/main/java/com/twilio/sdk/resource/factory/sip/IpAccessControlListFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* A factory for creating IpAccessControlList objects.
1313
*
14-
* For more information see <a href=" http://www.twilio.com/docs/api/rest/ipaccesscontrollist"> http://www.twilio.com/docs/api/rest/ipaccesscontrollist</a>
14+
* For more information see <a href=" https://www.twilio.com/docs/api/rest/ipaccesscontrollist"> https://www.twilio.com/docs/api/rest/ipaccesscontrollist</a>
1515
*
1616
*/
1717
public interface IpAccessControlListFactory {

0 commit comments

Comments
 (0)