diff --git a/README.md b/README.md index d040029..094e41b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ DittoAndroidTools are diagnostic tools for Ditto. You can view connected peers, These tools are available via Maven Central. -For support, please contact Ditto Support (). +For support, please contact Ditto Support (). ## Requirements diff --git a/gradle/deploy.gradle b/gradle/deploy.gradle index 4962b72..f17c9c1 100644 --- a/gradle/deploy.gradle +++ b/gradle/deploy.gradle @@ -49,7 +49,7 @@ afterEvaluate { pom { name = 'Ditto Tools' description = 'Ditto Tools' - url = 'https://ditto.live' + url = 'https://www.ditto.com' licenses { license { @@ -62,14 +62,14 @@ afterEvaluate { scm { connection = 'scm:git:github.com/getditto/DittoAndroidTools.git' developerConnection = 'scm:git:ssh://github.com/getditto/DittoAndroidTools.git' - url = 'https://ditto.live' + url = 'https://www.ditto.com' } developers { developer { id = 'ditto' name = 'Ditto' - email = 'support@ditto.live' + email = 'support@ditto.com' } }