From 2b835726410165c22e0636480cb5d28e969b07e4 Mon Sep 17 00:00:00 2001 From: Manu <3916435+m3nu@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:00:13 +0100 Subject: [PATCH] fix: the broken install docs link (#1554) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0986e7..8c35660b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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/install). +Learn more about [other installation methods](https://usememos.com/docs#installation). ## Contribution