Skip to content

Commit

Permalink
fix: help link
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Dec 22, 2024
1 parent c506470 commit 183c276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const formData = reactive({
<el-form-item v-if="!isSiyuanProxyAvailable(formData.cfg.siyuan.proxy)" :label="t('setting.cors.title')">
<el-input v-model="formData.cfg.picBed.proxy" :placeholder="t('setting.cors.title.tip')" />
<div>
<a href="https://blog.terwer.space/static/20240312140915-rvxrqp2" target="_blank">
<a href="https://siyuan.wiki/s/20240312140915-rvxrqp2" target="_blank">
{{ t("setting.picgo.refer.to.here") }}
</a>
</div>
Expand Down

0 comments on commit 183c276

Please sign in to comment.