fix(README.md): Fix MD059 issue (#3539)
This commit is contained in:
parent
195150bc74
commit
5473ad7b3e
|
|
@ -31,7 +31,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
|
|||
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
|
||||
```
|
||||
|
||||
For more details of Dubbo filter, see [here](http://dubbo.apache.org/en-us/docs/dev/impls/filter.html).
|
||||
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
|
||||
|
||||
## Dubbo resources
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
|
|||
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
|
||||
```
|
||||
|
||||
For more details of Dubbo filter, see [here](https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/spi/description/filter/).
|
||||
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
|
||||
|
||||
## Dubbo resources
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
|
|||
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
|
||||
```
|
||||
|
||||
For more details of Dubbo filter, see [here](http://dubbo.apache.org/en-us/docs/dev/impls/filter.html).
|
||||
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
|
||||
|
||||
## Dubbo resources
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ or add setting in `rpc-config.json` file, and its priority is lower than above.
|
|||
}
|
||||
```
|
||||
|
||||
For more details of SOFARPC filter, see [here](https://www.sofastack.tech/projects/sofa-rpc/custom-filter/).
|
||||
For more details of SOFARPC filter, see [SOFARPC filter documentation](https://www.sofastack.tech/projects/sofa-rpc/custom-filter/).
|
||||
|
||||
## SOFARPC resources
|
||||
|
||||
|
|
|
|||
|
|
@ -66,4 +66,4 @@ public class SentinelAspectConfiguration {
|
|||
}
|
||||
```
|
||||
|
||||
An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).
|
||||
An example for using Sentinel Annotation AspectJ with Spring Boot can be found in [sentinel-demo/sentinel-demo-annotation-spring-aop](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).
|
||||
|
|
|
|||
Loading…
Reference in New Issue