diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs
index 7c84d3d1..41c6ceec 100644
--- a/src-tauri/src/lib.rs
+++ b/src-tauri/src/lib.rs
@@ -1899,7 +1899,7 @@ fn create_window(handle: &AppHandle, url: &str) -> WebviewWindow {
_ = webview_window
.app_handle()
.shell()
- .open("https://yaak.canny.io", None)
+ .open("https://yaak.app/roadmap", None)
}
// Commands for development
diff --git a/src-web/components/SettingsDropdown.tsx b/src-web/components/SettingsDropdown.tsx
index 50319f3a..44b9dbbe 100644
--- a/src-web/components/SettingsDropdown.tsx
+++ b/src-web/components/SettingsDropdown.tsx
@@ -85,7 +85,7 @@ export function SettingsDropdown() {
label: 'Feedback',
leftSlot: ,
rightSlot: ,
- onSelect: () => open('https://yaak.canny.io'),
+ onSelect: () => open('https://yaak.app/roadmap'),
},
{
key: 'changelog',
diff --git a/src-web/components/core/Link.tsx b/src-web/components/core/Link.tsx
index 323ab6e5..59657c51 100644
--- a/src-web/components/core/Link.tsx
+++ b/src-web/components/core/Link.tsx
@@ -35,5 +35,5 @@ export function Link({ href, children, className, ...other }: Props) {
}
export function FeedbackLink() {
- return Feedback;
+ return Feedback;
}