We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6581a commit 3c0f320Copy full SHA for 3c0f320
1 file changed
src/main/kotlin/com/github/cnrture/quickprojectwizard/common/Utils.kt
@@ -679,14 +679,14 @@ object Utils {
679
notification.addAction(
680
object : AnAction("Contact Developer") {
681
override fun actionPerformed(e: AnActionEvent) {
682
- BrowserUtil.browse("https://bento.me/canerture")
+ BrowserUtil.browse("https://candroid.dev/")
683
}
684
685
)
686
687
object : AnAction("Open Plugin Page") {
688
689
- BrowserUtil.browse("https://plugins.jetbrains.com/plugin/25221-quickprojectwizard?noRedirect=true")
+ BrowserUtil.browse("https://quickprojectwizard.candroid.dev/overview")
690
691
692
0 commit comments