fix the slugs

This commit is contained in:
Garth Vander Houwen 2022-07-03 12:22:24 -07:00
parent 90b2f6f5c9
commit 4287b3f3e7

View file

@ -88,11 +88,11 @@ const config = {
}, },
{ {
label: 'Software', label: 'Software',
to: 'docs/category/software', to: 'docs/software',
}, },
{ {
label: 'Developers', label: 'Developers',
to: 'docs/category/developers', to: 'docs/developers',
}, },
], ],
}, },