From cece83feda70c878284424f17dff424e9c0f2af6 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 4 Jan 2025 19:01:26 -0500 Subject: [PATCH] Update docs path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 371e863..76d5f7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Paul Sanders "] description = "Test helper to create a temporary directory" -documentation = "https://github.com/sanders41/tmp-path" +documentation = "https://docs.rs/tmp-path" homepage = "https://github.com/sanders41/tmp-path" repository = "https://github.com/sanders41/tmp-path" readme = "README.md"