From 20b9e72a7f5efdad11dae8a2f12df18359c1fa2e Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 12 Mar 2023 19:28:34 +0100 Subject: [PATCH] Link directly to tsnet --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index e57c0f9..ae218ca 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -5,7 +5,7 @@ //! //! Based on [`libtailscale`](https://github.com/tailscale/libtailscale), the C wrapper around the //! Tailscale Go package. -//! See for Go module docs. +//! See for Go module docs. //! //! ## Examples //!