From 683617674cfe2ca13a3fc141c46682016a78bf6b Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 26 Aug 2016 16:43:51 -0700 Subject: [PATCH] Point documentation to docs.rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcd3fa..d74b0a2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ tarpc is an RPC framework for rust with a focus on ease of use. Defining a service can be done in just a few lines of code, and most of the boilerplate of writing a server is taken care of for you. -[Documentation](https://google.github.io/tarpc) +[Documentation](https://docs.rs/tarpc/0.6.0/tarpc/) ## What is an RPC framework? "RPC" stands for "Remote Procedure Call," a function call where the work of producing the return