Skip to content

Commit 2308c15

Browse files
committed
Update author link in templates and README for consistency
1 parent a90d49e commit 2308c15

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
- Using JetBrains Marketplace:
2424

25-
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
25+
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/25221-quickprojectwizard) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
2626

27-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
27+
You can also download the [latest release](https://plugins.jetbrains.com/plugin/25221-quickprojectwizard/versions) from JetBrains Marketplace and install it manually using
2828
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
2929

3030
- Manually:

src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/CMPTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ val composeMultiplatformTemplate = template {
8383
"Please enter the screens you want to create. (e.g. Home, Detail, Profile)" +
8484
"\nNote: First item is start destination"
8585
),
86-
UrlLinkWidget("Created by Caner Ture", "https://bento.me/canerture"),
86+
UrlLinkWidget("Created by Caner Ture", "https://candroid.dev"),
8787
PackageNameWidget(defaultPackageNameParameter)
8888
)
8989

src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/ComposeTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ val composeTemplate = template {
110110
TextFieldWidget(javaJvmVersion),
111111
LabelWidget("8 or 11 or 17 etc."),
112112
LabelWidget(" "),
113-
UrlLinkWidget("Created by Caner Ture", "https://bento.me/canerture"),
113+
UrlLinkWidget("Created by Caner Ture", "https://candroid.dev"),
114114
PackageNameWidget(defaultPackageNameParameter),
115115
)
116116

src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/XMLTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ val xmlTemplate = template {
106106
TextFieldWidget(javaJvmVersion),
107107
LabelWidget("8 or 11 or 17 etc."),
108108
LabelWidget(" "),
109-
UrlLinkWidget("Created by Caner Ture", "https://bento.me/canerture"),
109+
UrlLinkWidget("Created by Caner Ture", "https://candroid.dev"),
110110
PackageNameWidget(defaultPackageNameParameter),
111111
)
112112

0 commit comments

Comments
 (0)