From 87ec1ebf95195bd0a91981ecb2e8489cfb5eb0f6 Mon Sep 17 00:00:00 2001 From: David Peckham Date: Thu, 1 Feb 2024 12:21:16 -0500 Subject: [PATCH] link to ReadTheDocs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7f8d49..8a5bea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = ['pendulum', 'requests'] [project.urls] -Documentation = "https://github.com/davidpeckham/vin#readme" +Documentation = "https://vin.readthedocs.io/en/latest/index.html" Issues = "https://github.com/davidpeckham/vin/issues" Source = "https://github.com/davidpeckham/vin"