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

junouyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 60127adad fix(doc): use crate::docs::rfc to replace relative path in 
doc (#2942)
60127adad is described below

commit 60127adadd2e61014f4f43a193dbfd20eaadedfd
Author: Yisheng Gong <[email protected]>
AuthorDate: Sat Aug 26 00:50:49 2023 -0700

    fix(doc): use crate::docs::rfc to replace relative path in doc (#2942)
    
    * fix(doc): fix rustdoc rfc link
    
    * fix(doc): fix rustdoc rfc link v2
---
 core/src/types/operator/blocking_operator.rs | 2 +-
 core/src/types/operator/operator.rs          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/src/types/operator/blocking_operator.rs 
b/core/src/types/operator/blocking_operator.rs
index 2c373e378..2b5ac2bde 100644
--- a/core/src/types/operator/blocking_operator.rs
+++ b/core/src/types/operator/blocking_operator.rs
@@ -519,7 +519,7 @@ impl BlockingOperator {
         Ok(())
     }
 
-    /// Write data with option described in OpenDAL 
[rfc-0661](../../docs/rfcs/0661-path-in-accessor.md)
+    /// Write data with option described in OpenDAL 
[rfc-0661][crate::docs::rfcs::0661-path-in-accessor.md]
     ///
     /// # Notes
     ///
diff --git a/core/src/types/operator/operator.rs 
b/core/src/types/operator/operator.rs
index b95f4b78d..1f666f938 100644
--- a/core/src/types/operator/operator.rs
+++ b/core/src/types/operator/operator.rs
@@ -1356,7 +1356,7 @@ impl Operator {
         Ok(rp.into_presigned_request())
     }
 
-    /// Presign an operation for read option described in OpenDAL 
[rfc-1735](../../docs/rfcs/1735_operation_extension.md).
+    /// Presign an operation for read option described in OpenDAL 
[rfc-1735][crate::docs::rfcs::1735_operation_extension.md].
     ///
     /// You can pass `OpRead` to this method to specify the content 
disposition.
     ///
@@ -1426,7 +1426,7 @@ impl Operator {
         self.presign_write_with(path, expire).await
     }
 
-    /// Presign an operation for write with option described in OpenDAL 
[rfc-0661](../../docs/rfcs/0661-path-in-accessor.md)
+    /// Presign an operation for write with option described in OpenDAL 
[rfc-0661][crate::docs::rfcs::0661-path-in-accessor.md]
     ///
     /// You can pass `OpWrite` to this method to specify the content length 
and content type.
     ///

Reply via email to