Skip to content

Commit 3c0f320

Browse files
committed
Update URLs in notification actions to reflect new domain
1 parent ce6581a commit 3c0f320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/kotlin/com/github/cnrture/quickprojectwizard/common

src/main/kotlin/com/github/cnrture/quickprojectwizard/common/Utils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,14 +679,14 @@ object Utils {
679679
notification.addAction(
680680
object : AnAction("Contact Developer") {
681681
override fun actionPerformed(e: AnActionEvent) {
682-
BrowserUtil.browse("https://bento.me/canerture")
682+
BrowserUtil.browse("https://candroid.dev/")
683683
}
684684
}
685685
)
686686
notification.addAction(
687687
object : AnAction("Open Plugin Page") {
688688
override fun actionPerformed(e: AnActionEvent) {
689-
BrowserUtil.browse("https://plugins.jetbrains.com/plugin/25221-quickprojectwizard?noRedirect=true")
689+
BrowserUtil.browse("https://quickprojectwizard.candroid.dev/overview")
690690
}
691691
}
692692
)

0 commit comments

Comments
 (0)