Skip to content

Commit

Permalink
Translate(zh): fix broken link issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Binlogo committed Sep 21, 2024
1 parent a138631 commit ebdc1a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions po/zh.po
Original file line number Diff line number Diff line change
Expand Up @@ -12506,9 +12506,9 @@ msgid ""
"`](https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-"
"question-mark-operator)"
msgstr ""
"[`From::from`]https://doc.rust-lang.org/std/convert/trait.From.html和"
"[`?`运算符]https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-"
"question-mark-operator"
"[`From::from`](https://doc.rust-lang.org/std/convert/trait.From.html)和"
"[`?`运算符](https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-"
"question-mark-operator)"

#: src/error/multiple_error_types/wrap_error.md:3
msgid "An alternative to boxing errors is to wrap them in your own error type."
Expand Down Expand Up @@ -16556,7 +16556,7 @@ msgid ""
"See the [reference](https://doc.rust-lang.org/stable/reference/inline-"
"assembly.html) for the full list of available options and their effects."
msgstr ""
"有关可用选项的完整列表及其效果,请参阅[参考文档]https://doc.rust-lang.org/stable/reference/inline-assembly.html。"
"有关可用选项的完整列表及其效果,请参阅[参考文档](https://doc.rust-lang.org/stable/reference/inline-assembly.html)。"

#: src/compatibility.md:3
msgid ""
Expand Down

0 comments on commit ebdc1a3

Please sign in to comment.