From 95fb96046d1b296a99a85a32f2ad528baccae32d Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Mon, 12 Dec 2022 23:17:56 +0100 Subject: [PATCH] fix documentation link in README Documentation link was pointing at repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8538c9..af06590 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ And it easy to extend this typeclass with your own classes as well: ``` That's how simple, safe, and powerful typeclasses are! -Make sure to [check out our full docs](https://github.com/dry-python/classes) to learn more. +Make sure to [check out our full docs](https://classes.readthedocs.io) to learn more. ## More!