Skip to content

Commit 99771a4

Browse files
kun-songkexianjun
authored andcommitted
update dubbo samples' link (#3413)
1 parent b09a150 commit 99771a4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ We are now collecting dubbo user info in order to help us to improve Dubbo bette
2929

3030
## Getting started
3131

32-
The following code snippet comes from [Dubbo Samples](https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-api). You may clone the sample project and step into `dubbo-samples-api` sub directory before read on.
32+
The following code snippet comes from [Dubbo Samples](https://github.com/apache/incubator-dubbo-samples/tree/master/dubbo-samples-api). You may clone the sample project and step into `dubbo-samples-api` sub directory before read on.
3333

3434
```bash
35-
# git clone https://github.com/dubbo/dubbo-samples.git
36-
# cd dubbo-samples/dubbo-samples-api
35+
# git clone https://github.com/apache/incubator-dubbo-samples.git
36+
# cd incubator-dubbo-samples/dubbo-samples-api
3737
```
3838

39-
There's a [README](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. Read it and try this sample out by following the instructions.
39+
There's a [README](https://github.com/apache/incubator-dubbo-samples/tree/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. Read it and try this sample out by following the instructions.
4040

4141
### Maven dependency
4242

@@ -80,7 +80,7 @@ public interface GreetingService {
8080
}
8181
```
8282

83-
*See [api/GreetingService.java](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/api/GreetingsService.java) on GitHub.*
83+
*See [api/GreetingService.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/api/GreetingsService.java) on GitHub.*
8484

8585
### Implement service interface for the provider
8686

@@ -96,7 +96,7 @@ public class GreetingServiceImpl implements GreetingService {
9696
}
9797
```
9898

99-
*See [provider/GreetingServiceImpl.java](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/provider/GreetingsServiceImpl.java) on GitHub.*
99+
*See [provider/GreetingServiceImpl.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/provider/GreetingsServiceImpl.java) on GitHub.*
100100

101101
### Start service provider
102102

@@ -124,7 +124,7 @@ public class Application {
124124
}
125125
```
126126

127-
*See [provider/Application.java](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/provider/Application.java) on GitHub.*
127+
*See [provider/Application.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/provider/Application.java) on GitHub.*
128128

129129
### Build and run the provider
130130

@@ -164,7 +164,7 @@ public class Application {
164164

165165
The consumer will print out `Hello world` on the screen.
166166

167-
*See [consumer/Application.java](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/consumer/Application.java) on GitHub.*
167+
*See [consumer/Application.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/consumer/Application.java) on GitHub.*
168168

169169
### Next steps
170170

@@ -210,11 +210,11 @@ Please follow the [template](https://github.com/apache/incubator-dubbo/issues/ne
210210

211211
Please report security vulnerability to [us](security@dubbo.incubator.apache.org) privately.
212212

213-
## Dubbo eco system
213+
## Dubbo ecosystem
214214

215215
* [Dubbo Ecosystem Entry](https://github.com/dubbo) - A GitHub group `dubbo` to gather all Dubbo relevant projects not appropriate in [apache](https://github.com/apache) group yet
216216
* [Dubbo Website](https://github.com/apache/incubator-dubbo-website) - Apache Dubbo (incubating) official website
217-
* [Dubbo Samples](https://github.com/dubbo/dubbo-samples) - samples for Apache Dubbo (incubating)
217+
* [Dubbo Samples](https://github.com/apache/incubator-dubbo-samples) - samples for Apache Dubbo (incubating)
218218
* [Dubbo Spring Boot](https://github.com/apache/incubator-dubbo-spring-boot-project) - Spring Boot Project for Dubbo
219219
* [Dubbo OPS](https://github.com/apache/incubator-dubbo-ops) - The reference implementation for Dubbo admin
220220

0 commit comments

Comments
 (0)