docs: changed http to https in setup, updated github links (#892)


diff --git a/setup.py b/setup.py
index e5f6202..e2a487f 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@
     long_description_content_type='text/markdown',
     author="Google LLC",
     author_email="googleapis-packages@google.com",
-    url="http://github.com/google/google-api-python-client/",
+    url="https://github.com/googleapis/google-api-python-client/",
     install_requires=install_requires,
     python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
     packages=packages,