From 237fcd6a1ede98b7556c8a59c0db473883d921d9 Mon Sep 17 00:00:00 2001 From: Tim Zenner Date: Sat, 24 Aug 2024 16:24:41 -0500 Subject: [PATCH] Fixes broken link to Plugins docs on the homepage (#294) * Fixes broken link to Plugins docs on the homepage Fixes broken link to Plugins docs on the homepage * Update way.pug --- src/way/way.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/way/way.pug b/src/way/way.pug index eb91e27..aa25451 100644 --- a/src/way/way.pug +++ b/src/way/way.pug @@ -10,7 +10,7 @@ nav.way a.way_link( href="https://github.com/postcss/postcss#articles" ) | Learn li.way_item - a.way_link( href="h/docs/postcss-plugins" ) + a.way_link( href="/docs/postcss-plugins" ) | Plugins li.way_item a.way_link( href="https://opencollective.com/postcss/" )