From c8804bbde954579fe125c2b5d2d6663d43d09bad Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 20 Dec 2024 16:56:50 +0800 Subject: [PATCH] Update pre-requirements.md --- docs/en/get-started/pre-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/pre-requirements.md b/docs/en/get-started/pre-requirements.md index 582a6dab73..5122380eca 100644 --- a/docs/en/get-started/pre-requirements.md +++ b/docs/en/get-started/pre-requirements.md @@ -5,7 +5,7 @@ This document will guide you through preparing your development environment for > The prerequisites mentioned in this document are not all necessary. It is based on your project type. * You don't need to install the EF Core CLI if your application uses MongoDB instead of EF Core. -* You don't need to use Redis(distributed cache) if your application has only one instance. See [When to Use a Distributed Cache Server](../kb/when-to-use-a-distributed-cache-server.md). +* You don't need to use Redis(distributed cache) if your application has only one instance. * You don't need to install Docker, Helm, NGINX Ingress, or mkcert if you are developing a non-microservice application. * The `README.md` file in the solution will contain specific requirements for the current solution. Please refer to the `README.md` file of the solution.