Skip to content

Commit ff44267

Browse files
authored
PYTHON-4367 Fix link to GCP VM metadata (#1592)
1 parent 60f1a43 commit ff44267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ An application using GCP credentials would look like:
603603
}
604604
client_encryption.create_data_key("gcp", master_key)
605605
606-
The driver will query the `VM instance metadata <https://cloud.google.com/compute/docs/metadata/default-metadata-values>`_ to obtain credentials.
606+
The driver will query the `VM instance metadata <https://cloud.google.com/compute/docs/metadata/querying-metadata>`_ to obtain credentials.
607607

608608
An application using Azure credentials would look like, this time using
609609
:class:`~pymongo.encryption_options.AutoEncryptionOpts`:

0 commit comments

Comments
 (0)