mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 20:09:39 -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
|
||||
sidebar_label: Add Segment
|
||||
---
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Contributing",
|
||||
items: ["contributing-segment"],
|
||||
items: ["contributing_segment"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue