mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 12:29:40 -08:00
fix: broken contributing segment page link
This commit is contained in:
parent
344277c09b
commit
1c6944b1db
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: contributing-segment
|
id: contributing_segment
|
||||||
title: Add Segment
|
title: Add Segment
|
||||||
sidebar_label: Add Segment
|
sidebar_label: Add Segment
|
||||||
---
|
---
|
||||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Contributing",
|
label: "Contributing",
|
||||||
items: ["contributing-segment"],
|
items: ["contributing_segment"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue