From c1342747a082fe251f1a67ec77dcbeb689fd2fb2 Mon Sep 17 00:00:00 2001 From: Djamel Feddad Date: Sun, 21 Apr 2024 10:00:58 +0800 Subject: [PATCH] Fixed the link to the installer (#67) Fixed a small typo in the link to the installer page --- en/getting-started/install-self-hosted/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/getting-started/install-self-hosted/docker-compose.md b/en/getting-started/install-self-hosted/docker-compose.md index b2e4fe4..3b74320 100644 --- a/en/getting-started/install-self-hosted/docker-compose.md +++ b/en/getting-started/install-self-hosted/docker-compose.md @@ -73,4 +73,4 @@ docker compose up -d ### Access Dify -Finally, access [http://loacalhost/install](http://loacalhost/install) to use the deployed Dify. \ No newline at end of file +Finally, access [http://localhost/install](http://localhost/install) to use the deployed Dify.