Skip to content

Commit

Permalink
new feedback link (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Mar 14, 2023
1 parent 583ea84 commit 126c8ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!---
BEFORE YOU SUBMIT please search open/closed issues since someone might have asked the same thing before!
For feature requests see: https://neo4j-browser.canny.io/feature-requests
For feature requests see: https://feedback.neo4j.com/browser
-->

### Description
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
3 changes: 1 addition & 2 deletions src/browser/services/canny.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 126c8ef

Please sign in to comment.