Skip to content

Commit b7e63e0

Browse files
committed
fix broken footer link
fix broken link to tool-index table page at bottom of all docs pages
1 parent e1465d3 commit b7e63e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const config = {
9797
items: [
9898
{
9999
label: 'Tool Index (A-Z)',
100-
to: '/docs/tool-index',
100+
to: '/docs/References/tool-index',
101101
},
102102
{
103103
label: 'File Formats',

0 commit comments

Comments
 (0)