chore: update links

This commit is contained in:
Steven
2023-10-26 09:00:36 +08:00
parent 064c930aed
commit 9859d77cba
7 changed files with 15 additions and 11 deletions

View File

@ -84,7 +84,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/storage" />
<LearnMore url="https://usememos.com/docs/get-started/cloudflare-r2" />
<button className="btn-normal px-2 py-0 ml-1" onClick={() => showCreateStorageServiceDialog(undefined, fetchStorageList)}>
{t("common.create")}
</button>