From 175589d2a77c263ed21aebe88fe3d59d271cb3a7 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Thu, 27 Aug 2020 18:03:32 +0200 Subject: [PATCH] Update the docs link for the rust crate Seem like it has been renamed --- developing-with-nats/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/developer.md b/developing-with-nats/developer.md index 995d000..c7981ff 100644 --- a/developing-with-nats/developer.md +++ b/developing-with-nats/developer.md @@ -9,7 +9,7 @@ Developing with NATS is a combination of distributed application techniques, com | [nats.net](https://github.com/nats-io/nats.net) | [doxygen](http://nats-io.github.io/nats.net/) | | [nats.rb](https://github.com/nats-io/nats.rb) | [yard](https://www.rubydoc.info/gems/nats) | | [nats.ts](https://github.com/nats-io/nats.ts) | [ts-doc](https://nats-io.github.io/nats.ts) | -| [nats.rs](https://github.com/nats-io/nats.rs) | [rust doc](https://docs.rs/natsio) | +| [nats.rs](https://github.com/nats-io/nats.rs) | [rust doc](https://docs.rs/nats) | Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information.