Skip to content

Commit 1b6452a

Browse files
committed
update doc links
1 parent 64d9d82 commit 1b6452a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import "github.com/lesismal/arpc"
104104

105105
## Quick Start
106106

107-
- start a [server](https://github.com/lesismal/arpc/blob/master/examples/rpc/server/server.go)
107+
- start a [server](https://github.com/lesismal/arpcex/blob/master/examples/rpc/server/server.go)
108108

109109
```go
110110
package main
@@ -126,7 +126,7 @@ func main() {
126126
}
127127
```
128128

129-
- start a [client](https://github.com/lesismal/arpc/blob/master/examples/rpc/client/client.go)
129+
- start a [client](https://github.com/lesismal/arpcex/blob/master/examples/rpc/client/client.go)
130130

131131
```go
132132
package main
@@ -299,7 +299,7 @@ go func() {
299299

300300
### Broadcast - Notify
301301

302-
- for more details: [**server**](https://github.com/lesismal/arpc/blob/master/examples/broadcast/server/server.go) [**client**](https://github.com/lesismal/arpc/blob/master/examples/broadcast/client/client.go)
302+
- for more details: [**server**](https://github.com/lesismal/arpcex/blob/master/examples/broadcast/server/server.go) [**client**](https://github.com/lesismal/arpcex/blob/master/examples/broadcast/client/client.go)
303303

304304
```golang
305305
var mux = sync.RWMutex{}
@@ -473,7 +473,7 @@ arpc.DefaultHandler.SetSendQueueSize(4096)
473473

474474
## JS Client
475475

476-
- See [arpc.js](https://github.com/lesismal/arpc/blob/master/extension/jsclient/arpc.js)
476+
- See [arpc.js](https://github.com/lesismal/arpcex/blob/master/extension/jsclient/arpc.js)
477477

478478
## Web Chat Examples
479479

0 commit comments

Comments
 (0)