From 141ed51a9a7f8475a584adcc7f61ce96d85cf357 Mon Sep 17 00:00:00 2001 From: Ivar Stangeby Date: Sun, 7 Jul 2024 17:05:07 +0200 Subject: [PATCH] update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571fdce..5df4586 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Here's how to extract a color palette from an image and work with it in Python: This will give you a palette of 10 colors, sorted by frequency. The image is automatically resized to 256x256 pixels for faster processing. -See the [reference documentation](https://qtiptip.github.io/Pylette/reference) for a complete list of available methods and attributes. +See the [reference documentation](https://qtiptip.github.io/Pylette/reference/) for a complete list of available methods and attributes. ## Command Line Tool