Skip to content

Commit

Permalink
link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
godds committed May 31, 2022
1 parent 5b1e571 commit db1f816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: maturity-readme
id: intro
title: Introduction
---

Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
items: [
{to: 'docs/get-involved', label: 'Get Involved', position: 'right'},
{to: 'docs/resources', label: 'Resources', position: 'right'},
{to: 'docs/maturity-matrix/maturity-readme', label: 'Maturity Matrix', position: 'right'}
{to: 'docs/maturity-matrix/intro', label: 'Maturity Matrix', position: 'right'}
],
},
footer: {
Expand Down Expand Up @@ -64,7 +64,7 @@ module.exports = {
},
{
label: 'Maturity Matrix',
to: 'docs/maturity-matrix/maturity-readme',
to: 'docs/maturity-matrix/intro',
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
type: 'category',
label: 'Maturity Matrix',
collapsed: false,
items: [ 'maturity-matrix/maturity-readme',
items: [ 'maturity-matrix/intro',
'maturity-matrix/maturity-organization',
'maturity-matrix/maturity-project',
'maturity-matrix/contributing',
Expand Down

0 comments on commit db1f816

Please sign in to comment.