Skip to content

Commit 2f95480

Browse files
committed
fix links in readme
1 parent b3535f6 commit 2f95480

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[rpcx](https://github.com/smallnest/rpcx) is a fast rpc framework. Faster, more features.
55

6-
You can write rpc http clients in any programming languages such as Java、Python、C#、Node.js、Php、C\C++、Rust and others. See [examples](https://github.com/rpcx-ecosystem/rpcx-gateway/blob/master/examples/examples.md)
6+
You can write rpc http clients in any programming languages such as Java、Python、C#、Node.js、Php、C\C++、Rust and others. See [examples](https://github.com/rpcx-ecosystem/rpcx-gateway/blob/master/examples/README.md)
77

88
## Deployment models
99

examples/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Client examples
2+
3+
## Go
4+
5+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/golang/example1)
6+
7+
## Java
8+
9+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/java/example1)
10+
11+
## C#
12+
13+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/c#/example1)
14+
15+
## Python
16+
17+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/python/example1)
18+
19+
20+
## Node.js
21+
22+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/node.js/example1)
23+
24+
## Php
25+
26+
- [example1](https://github.com/rpcx-ecosystem/rpcx-gateway/tree/master/examples/php/example1)

examples/examples.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)