From e0e889c2923e7f5fd455677322df7be02276bcd3 Mon Sep 17 00:00:00 2001 From: mglslg Date: Tue, 9 Jul 2024 23:13:58 +0800 Subject: [PATCH] Fix the backend readme and frontend readme links (#152) Co-authored-by: 01420524 --- en/community/contribution.md | 2 +- zh_CN/community/contribution.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/community/contribution.md b/en/community/contribution.md index fd5b34f..8fe107b 100644 --- a/en/community/contribution.md +++ b/en/community/contribution.md @@ -77,7 +77,7 @@ Dify requires the following dependencies to build, make sure they're installed o #### 4. Installations -Dify is composed of a backend and a frontend. Navigate to the backend directory by `cd api/`, then follow the Backend README to install it. In a separate terminal, navigate to the frontend directory by `cd web/`, then follow the Frontend README to install. +Dify is composed of a backend and a frontend. Navigate to the backend directory by `cd api/`, then follow the [Backend README](https://github.com/langgenius/dify/blob/main/api/README.md) to install it. In a separate terminal, navigate to the frontend directory by `cd web/`, then follow the [Frontend README](https://github.com/langgenius/dify/blob/main/web/README.md) to install. Check the [installation FAQ](https://docs.dify.ai/getting-started/faq/install-faq) for a list of common issues and steps to troubleshoot. diff --git a/zh_CN/community/contribution.md b/zh_CN/community/contribution.md index eec8618..54d1f13 100644 --- a/zh_CN/community/contribution.md +++ b/zh_CN/community/contribution.md @@ -78,7 +78,7 @@ Dify 依赖以下工具和库: ### 4. 安装 -Dify由后端和前端组成。通过`cd api/`导航到后端目录,然后按照[后端README](api/README.md)进行安装。在另一个终端中,通过`cd web/`导航到前端目录,然后按照[前端README](web/README.md)进行安装。 +Dify由后端和前端组成。通过`cd api/`导航到后端目录,然后按照[后端README](https://github.com/langgenius/dify/blob/main/api/README.md)进行安装。在另一个终端中,通过`cd web/`导航到前端目录,然后按照[前端README](https://github.com/langgenius/dify/blob/main/web/README.md)进行安装。 查看[安装常见问题解答](https://docs.dify.ai/getting-started/faq/install-faq)以获取常见问题列表和故障排除步骤。