This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 96082ac  Fix broken link (#6992)
96082ac is described below

commit 96082accbf924a75a418e46113eb8ed62ad4224c
Author: Zhenxu Ke <[email protected]>
AuthorDate: Fri May 21 15:48:15 2021 +0800

    Fix broken link (#6992)
---
 docs/en/FAQ/EnhanceRequireObjectCache-Cast-Exception.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/FAQ/EnhanceRequireObjectCache-Cast-Exception.md 
b/docs/en/FAQ/EnhanceRequireObjectCache-Cast-Exception.md
index 866810a..607c11d 100644
--- a/docs/en/FAQ/EnhanceRequireObjectCache-Cast-Exception.md
+++ b/docs/en/FAQ/EnhanceRequireObjectCache-Cast-Exception.md
@@ -16,5 +16,5 @@ java.lang.ClassCastException: 
org.apache.skywalking.apm.plugin.spring.mvc.common
 This exception may be caused by `hot deployment` tools (`spring-boot-devtool`) 
or otherwise, which changes the  `classloader` in runtime.
 
 ### Resolution
-1. This error does not occur under the production environment, since developer 
tools are automatically disabled: See 
[spring-boot-devtools](https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html).
+1. This error does not occur under the production environment, since developer 
tools are automatically disabled: See 
[spring-boot-devtools](https://docs.spring.io/spring-boot/docs/2.4.x/reference/html/using-spring-boot.html#using-boot-devtools).
 2. If you would like to debug in your development environment as usual, you 
should temporarily remove such `hot deployment` package in your lib path.

Reply via email to