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
The following commit(s) were added to refs/heads/main by this push:
new 59620fc Update give us feedback link
59620fc is described below
commit 59620fca644e08c2f99e7eb0f23c4378c704b7ef
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Oct 20 22:04:14 2024 +0200
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 270172d..266649f 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/',