Skip to content

Commit 5473ad7

Browse files
authored
fix(README.md): Fix MD059 issue (#3539)
1 parent 195150b commit 5473ad7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sentinel-adapter/sentinel-apache-dubbo-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
3131
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
3232
```
3333

34-
For more details of Dubbo filter, see [here](http://dubbo.apache.org/en-us/docs/dev/impls/filter.html).
34+
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
3535

3636
## Dubbo resources
3737

sentinel-adapter/sentinel-apache-dubbo3-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
3232
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
3333
```
3434

35-
For more details of Dubbo filter, see [here](https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/spi/description/filter/).
35+
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
3636

3737
## Dubbo resources
3838

sentinel-adapter/sentinel-dubbo-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don't want the filters enabled, you can manually disable them. For exampl
3131
<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
3232
```
3333

34-
For more details of Dubbo filter, see [here](http://dubbo.apache.org/en-us/docs/dev/impls/filter.html).
34+
For more details of Dubbo filter, see [Dubbo filter documentation](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/extensibility/filter/).
3535

3636
## Dubbo resources
3737

sentinel-adapter/sentinel-sofa-rpc-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ or add setting in `rpc-config.json` file, and its priority is lower than above.
3535
}
3636
```
3737

38-
For more details of SOFARPC filter, see [here](https://www.sofastack.tech/projects/sofa-rpc/custom-filter/).
38+
For more details of SOFARPC filter, see [SOFARPC filter documentation](https://www.sofastack.tech/projects/sofa-rpc/custom-filter/).
3939

4040
## SOFARPC resources
4141

sentinel-extension/sentinel-annotation-aspectj/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ public class SentinelAspectConfiguration {
6666
}
6767
```
6868

69-
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).
69+
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).

0 commit comments

Comments
 (0)