Skip to content

Commit 8f17373

Browse files
fix bad sidebar link (#1329)
`/terraform/enterprise/deploy/manage/license-report` is the correct path, but the side nav was pointing to `/terraform/enterprise/deploy/manage/license-report/automated`
2 parents c83c68f + ae35d6f commit 8f17373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terraform-enterprise/1.1.x/data/enterprise-nav-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@
687687
},
688688
{
689689
"title": "Enable automated license utilization reports",
690-
"path": "deploy/manage/license-report/automated"
690+
"path": "deploy/manage/license-report"
691691
}
692692
]
693693
},

0 commit comments

Comments
 (0)