diff --git a/README.md b/README.md
index 8bf8c3bd4..20f352460 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.
-Home Page •
-Blogs •
-Docs •
+Home Page •
+Blogs •
+Docs •
Live Demo
@@ -16,7 +16,7 @@ A privacy-first, lightweight note-taking service. Easily capture and share your
-
+
## 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
diff --git a/web/src/components/CreateStorageServiceDialog.tsx b/web/src/components/CreateStorageServiceDialog.tsx
index 99ec4f630..4d261f22f 100644
--- a/web/src/components/CreateStorageServiceDialog.tsx
+++ b/web/src/components/CreateStorageServiceDialog.tsx
@@ -187,7 +187,11 @@ const CreateStorageServiceDialog: React.FC = (props: Props) => {
/>
{t("setting.storage-section.path")}
-
+
{
✨ A lightweight, self-hosted memo hub. Open Source and Free forever. ✨
-
+
Install
diff --git a/web/src/components/Settings/AccessTokenSection.tsx b/web/src/components/Settings/AccessTokenSection.tsx
index a1c8a145f..9b87ba6cd 100644
--- a/web/src/components/Settings/AccessTokenSection.tsx
+++ b/web/src/components/Settings/AccessTokenSection.tsx
@@ -62,7 +62,7 @@ const AccessTokenSection = () => {