From 59620fca644e08c2f99e7eb0f23c4378c704b7ef Mon Sep 17 00:00:00 2001 From: Bertil Chapuis Date: Sun, 20 Oct 2024 22:04:14 +0200 Subject: [PATCH] Update give us feedback link --- theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index 270172d6..266649fb 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -17,7 +17,7 @@ const config: DocsThemeConfig = { link: 'https://github.com/apache/incubator-baremaps/' }, feedback: { - useLink: () => 'https://github.com/apache/incubator-baremaps/issues/new' + useLink: () => 'https://github.com/apache/incubator-baremaps-site/issues/new' }, docsRepositoryBase: 'https://github.com/apache/incubator-baremaps-site/blob/main/',