Link to googleapis.dev documentation in READMEs. (#8705)
diff --git a/README.rst b/README.rst
index e44f55a..1740298 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@
:target: https://pypi.org/project/google-api_core/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
:target: https://pypi.org/project/google-api_core/
-.. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/
+.. _documentation: https://googleapis.dev/python/google-api-core/latest
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core
diff --git a/docs/futures.rst b/docs/futures.rst
new file mode 100644
index 0000000..7a43da9
--- /dev/null
+++ b/docs/futures.rst
@@ -0,0 +1,10 @@
+Futures
+=======================
+
+.. automodule:: google.api_core.future
+ :members:
+ :show-inheritance:
+
+.. automodule:: google.api_core.future.polling
+ :members:
+ :show-inheritance:
\ No newline at end of file
diff --git a/docs/index.rst b/docs/index.rst
index 112bb30..9dec6e8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,6 +10,7 @@
auth
client_info
exceptions
+ futures
helpers
iam
operation
diff --git a/google/api_core/future/polling.py b/google/api_core/future/polling.py
index 5c16c49..843fba0 100644
--- a/google/api_core/future/polling.py
+++ b/google/api_core/future/polling.py
@@ -45,7 +45,7 @@
behavior will repeatedly call ``done`` until it returns True.
.. note: Privacy here is intended to prevent the final class from
- overexposing, not to prevent subclasses from accessing methods.
+ overexposing, not to prevent subclasses from accessing methods.
Args:
retry (google.api_core.retry.Retry): The retry configuration used