diff --git a/LICENSE.md b/LICENSE.md index 67a0730..bfd49db 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1 +1 @@ -Copyright © Cryptlex LLP. All rights reserved. Use is subject to Cryptlex's [Terms of Service](https://docs.cryptlex.com/legal/terms-of-service). +Copyright © Cryptlex LLP. All rights reserved. Use is subject to Cryptlex's [Terms of Service](https://cryptlex.com/legal/terms-of-service). diff --git a/README.md b/README.md index 6fa8397..ee7db8e 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ LexFloatClient API wrapper for Android Refer to following for documentation: -https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/using-lexfloatclient +https://cryptlex.com/docs/on-premise-floating-licenses/using-lexfloatclient/integrating-lexfloatclient diff --git a/lexfloatclient/build.gradle b/lexfloatclient/build.gradle index d48eb5a..3b486ea 100644 --- a/lexfloatclient/build.gradle +++ b/lexfloatclient/build.gradle @@ -52,7 +52,7 @@ mavenPublishing { licenses { license { name = 'Proprietary' - url = 'https://docs.cryptlex.com/legal/terms-of-service' + url = 'https://cryptlex.com/legal/terms-of-service' } } organization { diff --git a/lexfloatclient/src/main/resources/META-INF/LICENSE b/lexfloatclient/src/main/resources/META-INF/LICENSE index 67a0730..bfd49db 100644 --- a/lexfloatclient/src/main/resources/META-INF/LICENSE +++ b/lexfloatclient/src/main/resources/META-INF/LICENSE @@ -1 +1 @@ -Copyright © Cryptlex LLP. All rights reserved. Use is subject to Cryptlex's [Terms of Service](https://docs.cryptlex.com/legal/terms-of-service). +Copyright © Cryptlex LLP. All rights reserved. Use is subject to Cryptlex's [Terms of Service](https://cryptlex.com/legal/terms-of-service).