File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ import com.intellij.openapi.options.ShowSettingsUtil
88import com.intellij.openapi.project.Project
99import org.jetbrains.annotations.NonNls
1010import org.jetbrains.annotations.PropertyKey
11- import java.net.URL
11+ import java.net.URI
1212
1313@NonNls
1414private const val BUNDLE = " messages.AiCommitsBundle"
1515
1616object AICommitsBundle : DynamicBundle(BUNDLE ) {
1717
18- val URL_BUG_REPORT = URL (" https://github.com/Blarc/ai-commits-intellij-plugin/issues" )
19- val URL_PROMPTS_DISCUSSION = URL (" https://github.com/Blarc/ai-commits-intellij-plugin/discussions/18" );
18+ val URL_BUG_REPORT = URI (" https://github.com/Blarc/ai-commits-intellij-plugin/issues" )
19+ val URL_PROMPTS_DISCUSSION = URI (" https://github.com/Blarc/ai-commits-intellij-plugin/discussions/18" )
2020
2121 @Suppress(" SpreadOperator" )
2222 @JvmStatic
You can’t perform that action at this time.
0 commit comments