Skip to content

Commit 237fcd6

Browse files
authored
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
1 parent 5ae9e54 commit 237fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/way/way.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav.way
1010
a.way_link( href="https://github.com/postcss/postcss#articles" )
1111
| Learn
1212
li.way_item
13-
a.way_link( href="h/docs/postcss-plugins" )
13+
a.way_link( href="/docs/postcss-plugins" )
1414
| Plugins
1515
li.way_item
1616
a.way_link( href="https://opencollective.com/postcss/" )

0 commit comments

Comments
 (0)