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

@ -187,7 +187,11 @@ const CreateStorageServiceDialog: React.FC<Props> = (props: Props) => {
/>
<div className="flex flex-row items-center mb-1">
<Typography level="body-md">{t("setting.storage-section.path")}</Typography>
<LearnMore className="ml-1" title={t("setting.storage-section.path-description")} url="https://usememos.com/docs/local-storage" />
<LearnMore
className="ml-1"
title={t("setting.storage-section.path-description")}
url="https://usememos.com/docs/get-started/local-storage"
/>
</div>
<Input
className="mb-2"