mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update docs links
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user