diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ed7dff68250..9b463a8d411 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ ### Description diff --git a/README.md b/README.md index 688c9dd1a9d..66855796e7d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Keep in mind that you will need to connect to an instance of Neo4j (the database Found a bug or some other problem with Neo4j Browser? Please [**open an issue**](https://github.com/neo4j/neo4j-browser/issues). -Have an idea for a new feature? You're welcome to leave suggestions and ideas [here](https://neo4j-browser.canny.io/feature-requests). +Have an idea for a new feature? You're welcome to leave suggestions and ideas [here](https://feedback.neo4j.com/browser). Contributions welcome! More information in our [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/src/browser/services/canny.ts b/src/browser/services/canny.ts index aa7eb35a75c..e97279abf2a 100644 --- a/src/browser/services/canny.ts +++ b/src/browser/services/canny.ts @@ -26,8 +26,7 @@ export const cannyOptions = { position: 'right', align: 'top' } -export const CANNY_FEATURE_REQUEST_URL = - 'https://neo4j-browser.canny.io/feature-requests' +export const CANNY_FEATURE_REQUEST_URL = 'https://feedback.neo4j.com/browser' export interface CannyOptions { appID: string