From 2a0bd2aeeea5068145802f821adde04a062ca93d Mon Sep 17 00:00:00 2001 From: Justin Schildt <68541335+TheAyes@users.noreply.github.com> Date: Tue, 7 Nov 2023 06:59:50 +0100 Subject: [PATCH] Fixed incorrect Link (#25) Fix incorrect link in README.md The link to the "Recipes" helper project under Vanilla-extract in the README.md file was incorrect, leading to the "Sprinkles" documentation instead. This commit fixes the target URL to correctly direct to the "Recipes" project page, improving navigation accuracy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4acd4..2f80a26 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Use CSS variables instead. They are supported in all relevant browsers. You can also import any code you like to create the CSS at build time, there are no restrictions, go wild! -Vanilla-extract also has nice helper projects for this purpose, [Sprinkles](https://vanilla-extract.style/documentation/packages/sprinkles/) and [Recipes](https://vanilla-extract.style/documentation/packages/sprinkles/). +Vanilla-extract also has nice helper projects for this purpose, [Sprinkles](https://vanilla-extract.style/documentation/packages/sprinkles/) and [Recipes](https://vanilla-extract.style/documentation/packages/recipes/). ### Extending a component