This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-link in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit e5b5bbf400ea49aa05361ef1314184cd89635447 Author: Xuanwo <[email protected]> AuthorDate: Sat Aug 26 16:38:05 2023 +0800 docs: Fix incorrect links to rfcs Signed-off-by: Xuanwo <[email protected]> --- 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 2b5ac2bde..c1d34f87d 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][crate::docs::rfcs::0661-path-in-accessor.md] + /// Write data with option described in OpenDAL [RFC-0661][`crate::docs::rfcs::rfc_0661_path_in_accessor`] /// /// # Notes /// diff --git a/core/src/types/operator/operator.rs b/core/src/types/operator/operator.rs index 1f666f938..ab97a2df2 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][crate::docs::rfcs::1735_operation_extension.md]. + /// Presign an operation for read option described in OpenDAL [RFC-1735][`crate::docs::rfcs::rfc_1735_operation_extension`]. /// /// 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][crate::docs::rfcs::0661-path-in-accessor.md] + /// Presign an operation for write with option described in OpenDAL [RFC-0661][`crate::docs::rfcs::rfc_0661_path_in_accessor`] /// /// You can pass `OpWrite` to this method to specify the content length and content type. ///
