chore: update links

pull/2448/head
Steven 2 years ago
parent 064c930aed
commit 9859d77cba

@ -4,9 +4,9 @@
A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.
<a href="https://usememos.com">Home Page</a>
<a href="https://usememos.com/blog">Blogs</a>
<a href="https://usememos.com/docs">Docs</a>
<a href="https://www.usememos.com">Home Page</a>
<a href="https://www.usememos.com/blog">Blogs</a>
<a href="https://www.usememos.com/docs">Docs</a>
<a href="https://demo.usememos.com/">Live Demo</a>
<p>
@ -16,7 +16,7 @@ A privacy-first, lightweight note-taking service. Easily capture and share your
<a href="https://discord.gg/tfPJa4UmAv"><img alt="Discord" src="https://img.shields.io/badge/discord-chat-5865f2?logo=discord&logoColor=f5f5f5" /></a>
</p>
![demo](https://usememos.com/demo.webp)
![demo](https://www.usememos.com/demo.webp)
## Key points
@ -34,7 +34,7 @@ docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usem
> The `~/.memos/` directory will be used as the data directory on your local machine, while `/var/opt/memos` is the directory of the volume in Docker and should not be modified.
Learn more about [other installation methods](https://usememos.com/docs#installation).
Learn more about [other installation methods](https://www.usememos.com/docs/install).
## Contribution

@ -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"

@ -26,7 +26,7 @@ const DemoBanner: React.FC = () => {
<div className="z-10 flex flex-row items-center justify-center w-full py-2 text-sm sm:text-lg font-medium dark:text-gray-300 bg-white dark:bg-zinc-700 shadow">
<div className="w-full max-w-6xl px-4 flex flex-row justify-between items-center gap-x-3">
<span> A lightweight, self-hosted memo hub. Open Source and Free forever. </span>
<a className="btn-primary shadow" href="https://usememos.com/docs/install/docker" target="_blank">
<a className="btn-primary shadow" href="https://usememos.com/docs/install/self-hosted" target="_blank">
Install
<Icon.ExternalLink className="w-4 h-auto ml-1" />
</a>

@ -62,7 +62,7 @@ const AccessTokenSection = () => {
<div className="sm:flex-auto space-y-1">
<p className="flex flex-row justify-start items-center font-medium text-gray-700 dark:text-gray-300">
Access Tokens
<LearnMore className="ml-2" url="https://usememos.com/docs/access-tokens" />
<LearnMore className="ml-2" url="https://usememos.com/docs/security/access-tokens" />
</p>
<p className="text-sm text-gray-700 dark:text-gray-400">A list of all access tokens for your account.</p>
</div>

@ -59,7 +59,7 @@ const SSOSection = () => {
<div className="section-container">
<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.sso-section.sso-list")}</span>
<LearnMore url="https://usememos.com/docs/keycloak" />
<LearnMore url="https://usememos.com/docs/get-started/keycloak" />
<button
className="btn-normal px-2 py-0 ml-1"
onClick={() => showCreateIdentityProviderDialog(undefined, fetchIdentityProviderList)}

@ -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>

@ -52,7 +52,7 @@ const UpdateLocalStorageDialog: React.FC<Props> = (props: Props) => {
<p className="text-sm break-words mb-1">{t("setting.storage-section.update-local-path-description")}</p>
<div className="flex flex-row items-center mb-2 gap-x-2">
<span className="text-sm text-gray-400 break-all">e.g. {"assets/{timestamp}_{filename}"}</span>
<LearnMore url="https://usememos.com/docs/local-storage" />
<LearnMore url="https://usememos.com/docs/get-started/local-storage" />
</div>
<Input
className="mb-2"

Loading…
Cancel
Save