From 117077ac8faccaf56ddad62642957de61ba2c7c4 Mon Sep 17 00:00:00 2001 From: Noah Alderton Date: Sun, 28 Jul 2024 02:41:47 -0700 Subject: [PATCH] fix: dead link in README.md (#3750) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b2bb8b..71606d22 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/mem ``` > [!NOTE] -> This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed [documentation](https://www.usememos.com/docs/install/self-hosting). +> This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed [documentation](https://www.usememos.com/docs/install/container-install#docker-on-windows). > > 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.