chore: update docs links

This commit is contained in:
Steven
2023-10-29 08:57:58 +08:00
parent f5c1e79195
commit c26417de70
5 changed files with 10 additions and 7 deletions

View File

@ -85,7 +85,7 @@ const StorageSection = () => {
<Divider className="!my-4" />
<div className="mb-2 w-full flex flex-row justify-start items-center gap-1">
<span className="font-mono text-sm text-gray-400">{t("setting.storage-section.storage-services-list")}</span>
<LearnMore url="https://usememos.com/docs/get-started/cloudflare-r2" />
<LearnMore url="https://usememos.com/docs/advanced-settings/cloudflare-r2" />
<button className="btn-normal px-2 py-0 ml-1" onClick={() => showCreateStorageServiceDialog(undefined, fetchStorageList)}>
{t("common.create")}
</button>
@ -127,7 +127,10 @@ const StorageSection = () => {
<p className="text-sm">{t("common.learn-more")}</p>
<List component="ul" marker="disc" size="sm">
<ListItem>
<Link className="text-sm hover:underline hover:text-blue-600" to="https://www.usememos.com/docs/get-started/local-storage">
<Link
className="text-sm hover:underline hover:text-blue-600"
to="https://www.usememos.com/docs/advanced-settings/local-storage"
>
Docs - Local storage
</Link>
</ListItem>