Skip to content

Commit

Permalink
fix hyperlink (apache#1155)
Browse files Browse the repository at this point in the history
* fix hyperlink

* fix hyperlink again
  • Loading branch information
heliang666s authored Jun 4, 2024
1 parent 00510c8 commit ad26b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ spring-boot.version=2.*

For more details, please refer to the following case configurations:

* [dubbo-samples-annotation](dubbo-samples-annotation/case-configuration.yml) : A simple provider service with builtin zookeeper.
* [dubbo-samples-api](dubbo-samples-api/case-configuration.yml) : A simple provider service with external zookeeper.
* [dubbo-samples-chain](dubbo-samples-chain/case-configuration.yml) : A multiple services with external zookeeper.
* [dubbo-samples-migration](dubbo-samples-migration/README.md) : A compatibility test with the provider and consumer have different dubbo version.
* [dubbo-samples-annotation](2-advanced/dubbo-samples-annotation/case-configuration.yml) : A simple provider service with builtin zookeeper.
* [dubbo-samples-api](1-basic/dubbo-samples-api/case-configuration.yml) : A simple provider service with external zookeeper.
* [dubbo-samples-chain](2-advanced/dubbo-samples-chain/case-configuration.yml) : A multiple services with external zookeeper.
* [dubbo-samples-migration](2-advanced/dubbo-samples-migration/README.md) : A compatibility test with the provider and consumer have different dubbo verison.

That's it, then feel free to add more integration test for the Dubbo project, have fun.

0 comments on commit ad26b44

Please sign in to comment.