This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git

commit 14901c4f1051825389f4371dbab9204487add11e
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Oct 20 22:04:14 2024 +0200

    Update give us feedback link
---
 theme.config.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theme.config.tsx b/theme.config.tsx
index 270172d..ae9036a 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -17,7 +17,8 @@ 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/',

Reply via email to