Skip to content

Commit bdb9bae

Browse files
authored
fix: remove broken OpenDAL presign RFC link (#3025)
The link to Apache OpenDAL presign RFC documentation (https://opendal.apache.org/docs/rust/opendal/docs/rfcs/rfc_0413_presign/index.html) returns 404. Remove the broken link from both EN and CN RFC docs. Fixes #3024
1 parent 24ed803 commit bdb9bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cn/developer/20-community/02-rfcs/20220704-presign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MySQL [(none)]> PRESIGN UPLOAD @my_stage/books.csv
7171

7272
`PRESIGN` 将作为语句而不是函数来实现,以便我们可以同时返回 HTTP 方法、headers 和 URL。
7373

74-
大多数工作已通过 [Apache OpenDAL presign](https://opendal.apache.org/docs/rust/opendal/docs/rfcs/rfc_0413_presign/index.html) 完成。
74+
大多数工作已通过 Apache OpenDAL presign 完成。
7575

7676
语法将是:
7777

docs/en/developer/20-community/02-rfcs/20220704-presign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MySQL [(none)]> PRESIGN UPLOAD @my_stage/books.csv
7171

7272
`PRESIGN` will be implemented as a statement instead of a function so that we can return the HTTP method, headers, and URL at the same time.
7373

74-
Most jobs have been done via [Apache OpenDAL presign](https://opendal.apache.org/docs/rust/opendal/docs/rfcs/rfc_0413_presign/index.html).
74+
Most jobs have been done via Apache OpenDAL presign.
7575

7676
The syntax will be:
7777

0 commit comments

Comments
 (0)