mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
docs(captcha): update Cap documentation links to latest version
This commit is contained in:
parent
4fc50ae8cb
commit
fcfe8cd431
|
|
@ -32,7 +32,7 @@ const CapCaptcha = ({ values, setSettings }: CapCaptchaProps) => {
|
|||
<Trans
|
||||
i18nKey="settings.capInstanceURLDes"
|
||||
ns={"dashboard"}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone.html"} target={"_blank"} />]}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone/"} target={"_blank"} />]}
|
||||
/>
|
||||
</NoMarginHelperText>
|
||||
</FormControl>
|
||||
|
|
@ -52,7 +52,7 @@ const CapCaptcha = ({ values, setSettings }: CapCaptchaProps) => {
|
|||
<Trans
|
||||
i18nKey="settings.capSiteKeyDes"
|
||||
ns={"dashboard"}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone.html"} target={"_blank"} />]}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone/"} target={"_blank"} />]}
|
||||
/>
|
||||
</NoMarginHelperText>
|
||||
</FormControl>
|
||||
|
|
@ -73,7 +73,7 @@ const CapCaptcha = ({ values, setSettings }: CapCaptchaProps) => {
|
|||
<Trans
|
||||
i18nKey="settings.capSecretKeyDes"
|
||||
ns={"dashboard"}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone.html"} target={"_blank"} />]}
|
||||
components={[<Link key={0} href={"https://capjs.js.org/guide/standalone/"} target={"_blank"} />]}
|
||||
/>
|
||||
</NoMarginHelperText>
|
||||
</FormControl>
|
||||
|
|
|
|||
Loading…
Reference in New Issue