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.