Skip to content

Commit

Permalink
Replace external link with a local one (#9807)
Browse files Browse the repository at this point in the history
Signed-off-by: Venil Noronha <veniln@vmware.com>
  • Loading branch information
venilnoronha authored and rshriram committed Nov 8, 2018
1 parent a00c705 commit d9841a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/tcp-echo/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TCP Echo Service

This sample runs [TCP Echo Server](https://github.com/venilnoronha/tcp-echo-server)
as an Istio service. TCP Echo Server allows you to connect to it over TCP and
echoes back data sent to it along with a preconfigured prefix.
This sample runs [TCP Echo Server](src/) as an Istio service. TCP Echo Server
allows you to connect to it over TCP and echoes back data sent to it along with
a preconfigured prefix.

## Usage

Expand All @@ -23,7 +23,7 @@ To run the TCP Echo Service sample:
```console
$ kubectl run -i --rm --restart=Never dummy --image=busybox -- sh -c "echo world | nc tcp-echo 9000"
hello world
pod "busybox" deleted
pod "dummy" deleted
```

As you observe, sending _world_ on a TCP connection to the server results in
Expand Down

0 comments on commit d9841a0

Please sign in to comment.