aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/multiplex
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-08-20 15:17:46 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-08-20 15:26:20 +0000
commit6c09b3b29e667fa7dbb96e272edf4db947e069d5 (patch)
treec59362fb32b72d7e696bd62fa4d7db77d123ed96 /examples/python/multiplex
parentbbc20b59f8650950cfe6dbf42c1eb0fe12945ca4 (diff)
Truncate Python example READMEs to grpc.io links
Diffstat (limited to 'examples/python/multiplex')
-rw-r--r--examples/python/multiplex/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/python/multiplex/README.md b/examples/python/multiplex/README.md
index bad3a42b37..5931be392a 100644
--- a/examples/python/multiplex/README.md
+++ b/examples/python/multiplex/README.md
@@ -1 +1,3 @@
An example showing two stubs sharing a channel and two servicers sharing a server.
+
+More complete documentation lives at [grpc.io](http://www.grpc.io/docs/tutorials/basic/python.html).