This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 7086d228a578fec3b5e2ba905fb40852ae3ebc7d Author: yumengwang03 <[email protected]> AuthorDate: Tue May 31 12:11:27 2022 +0800 fix: fixed typo in footer --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c8a5f2f..338ee93 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -146,7 +146,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); }, { label: 'Data Models', - to: 'docs/DataModels/DevLakeDomainLayerScheema', + to: 'docs/DataModels/DevLakeDomainLayerSchema', }, { label: 'Engineering Metrics',
