fix: broken contributing segment page link

This commit is contained in:
Jan De Dobbeleer 2020-10-21 13:05:39 +02:00 committed by Jan De Dobbeleer
parent 344277c09b
commit 1c6944b1db
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- ---
id: contributing-segment id: contributing_segment
title: Add Segment title: Add Segment
sidebar_label: Add Segment sidebar_label: Add Segment
--- ---

View file

@ -38,7 +38,7 @@ module.exports = {
{ {
type: "category", type: "category",
label: "Contributing", label: "Contributing",
items: ["contributing-segment"], items: ["contributing_segment"],
}, },
], ],
}; };