diff --git a/en/getting-started-setup-environment.md b/en/getting-started-setup-environment.md
index 5d9fedeb..88412bfe 100644
--- a/en/getting-started-setup-environment.md
+++ b/en/getting-started-setup-environment.md
@@ -37,9 +37,9 @@ The following tools should be installed on your development machine:
* [Yarn v1.20+ (not v2)](https://classic.yarnpkg.com/en/docs/install) [2](#f-yarn) or npm v6+ (already installed with Node)
{{ end }}
{{ if Tiered == "Yes" }}
-* [Redis](https://redis.io/) (as the [distributed cache](Caching.md)).
+* [Redis](https://redis.io/) (as the [distributed cache](https://abp.io/docs/8.0/Caching)).
{{ else }}
-* [Redis](https://redis.io/) (as the [distributed cache](Caching.md)) is required if you select the Public website option.
+* [Redis](https://redis.io/) (as the [distributed cache](https://abp.io/docs/8.0/Caching)) is required if you select the Public website option.
{{ end }}
1 _You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core._ [↩](#a-editor)
@@ -91,4 +91,4 @@ If you've already installed, you can update it:
````shell
abp suite update
-````
\ No newline at end of file
+````