This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new efd4d1900a Add module links in docs root (#4955)
efd4d1900a is described below

commit efd4d1900a9d2cadd9393ab8c8b4eac77f6b88b5
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Oct 19 13:41:17 2023 +0100

    Add module links in docs root (#4955)
---
 object_store/src/lib.rs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/object_store/src/lib.rs b/object_store/src/lib.rs
index 018f0f5e8d..86313616be 100644
--- a/object_store/src/lib.rs
+++ b/object_store/src/lib.rs
@@ -64,19 +64,19 @@
 //!
 #![cfg_attr(
     feature = "gcp",
-    doc = "* `gcp`: [Google Cloud Storage](https://cloud.google.com/storage/) 
support. See [`GoogleCloudStorageBuilder`](gcp::GoogleCloudStorageBuilder)"
+    doc = "* [`gcp`]: [Google Cloud 
Storage](https://cloud.google.com/storage/) support. See 
[`GoogleCloudStorageBuilder`](gcp::GoogleCloudStorageBuilder)"
 )]
 #![cfg_attr(
     feature = "aws",
-    doc = "* `aws`: [Amazon S3](https://aws.amazon.com/s3/). See 
[`AmazonS3Builder`](aws::AmazonS3Builder)"
+    doc = "* [`aws`]: [Amazon S3](https://aws.amazon.com/s3/). See 
[`AmazonS3Builder`](aws::AmazonS3Builder)"
 )]
 #![cfg_attr(
     feature = "azure",
-    doc = "* `azure`: [Azure Blob 
Storage](https://azure.microsoft.com/en-gb/services/storage/blobs/). See 
[`MicrosoftAzureBuilder`](azure::MicrosoftAzureBuilder)"
+    doc = "* [`azure`]: [Azure Blob 
Storage](https://azure.microsoft.com/en-gb/services/storage/blobs/). See 
[`MicrosoftAzureBuilder`](azure::MicrosoftAzureBuilder)"
 )]
 #![cfg_attr(
     feature = "http",
-    doc = "* `http`: [HTTP/WebDAV 
Storage](https://datatracker.ietf.org/doc/html/rfc2518). See 
[`HttpBuilder`](http::HttpBuilder)"
+    doc = "* [`http`]: [HTTP/WebDAV 
Storage](https://datatracker.ietf.org/doc/html/rfc2518). See 
[`HttpBuilder`](http::HttpBuilder)"
 )]
 //!
 //! # Adapters

Reply via email to