From fcdf1d5839da206ae675c0133b06b0486990daaf Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 19 Sep 2024 04:03:50 +0300 Subject: [PATCH] doc: update contribution references (#246) Signed-off-by: Emmanuel Ferdman --- docs/.vitepress/en.ts | 2 +- docs/.vitepress/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/en.ts b/docs/.vitepress/en.ts index 11ac016..e3286d8 100644 --- a/docs/.vitepress/en.ts +++ b/docs/.vitepress/en.ts @@ -42,7 +42,7 @@ export const enConfig: LocaleSpecificConfig = { }, { text: 'Contribution', - link: 'https://github.com/duke-git/lancet/blob/main/CONTRIBUTING.en-US.md', + link: 'https://github.com/duke-git/lancet/blob/main/CONTRIBUTION.md', }, ], }, diff --git a/docs/.vitepress/zh.ts b/docs/.vitepress/zh.ts index 1f51442..1278151 100644 --- a/docs/.vitepress/zh.ts +++ b/docs/.vitepress/zh.ts @@ -51,7 +51,7 @@ export const zhConfig: LocaleSpecificConfig = { }, { text: '参与贡献', - link: 'https://github.com/duke-git/lancet/blob/main/CONTRIBUTING.zh-CN.md', + link: 'https://github.com/duke-git/lancet/blob/main/CONTRIBUTION.zh-CN.md', }, ], },