update coral website url
Change-Id: I0a15b5a64ec970c3a5d0b148651a6f5e5c9b1efa
diff --git a/debian/control b/debian/control
index 5eacd9d..4b4e6b5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9), libgstreamer1.0-dev, pkg-config
Standards-Version: 3.9.8
-Homepage: https://coral.withgoogle.com/
+Homepage: https://coral.ai/
Package: python3-edgetpuvision
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index e83d9af..adf13b3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-edgetpuvision
-Source: https://coral.withgoogle.com
+Source: https://coral.ai
Files: *
Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
diff --git a/setup.py b/setup.py
index 894b6df..1819dbb 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
long_description='API to run inference on image data coming from the camera.',
author='Coral',
author_email='coral-support@google.com',
- url="https://coral.withgoogle.com/",
+ url="https://coral.ai/",
license='Apache 2',
packages=find_packages(),
include_package_data=True,