diff --git a/site/docs/doc/faq.md b/site/docs/doc/faq.md index a1989b475..c9778b2e4 100644 --- a/site/docs/doc/faq.md +++ b/site/docs/doc/faq.md @@ -115,10 +115,9 @@ ognl '@java.lang.System@out.println("Hello \u4e2d\u6587")' 可能是之前使用旧版本的 arthas 诊断过目标进程。可以先执行`stop`停止掉旧版本的 arthas,再重新使用新版本 attach。 - ### 在ognl表达式中获取到 spring bean cglib 对象,但是 field 是 null 参考: -* [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802) -* [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424) +- [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802) +- [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424) diff --git a/site/docs/en/doc/faq.md b/site/docs/en/doc/faq.md index cbb4adc67..45c1ae2d0 100644 --- a/site/docs/en/doc/faq.md +++ b/site/docs/en/doc/faq.md @@ -115,10 +115,9 @@ For example, the started version of `as.sh/arthas-boot.jar` is 3.5._, but after It may be that the target process has been diagnosed with the old version of arthas before. You can execute `stop` to stop the old version of arthas, and then reuse the new version to attach. - ### The spring bean cglib object is obtained in the ognl expression, but the field is null Reference: -* [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802) -* [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424) \ No newline at end of file +- [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802) +- [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424)