fix: replace codegpt website base url

This commit is contained in:
Carl-Robert Linnupuu 2024-06-10 12:04:44 +03:00
parent 04b7334696
commit 3a4208c507
5 changed files with 5 additions and 5 deletions

View file

@ -54,7 +54,7 @@ public class ChatToolWindowPanel extends SimpleToolWindowPanel {
imageFileAttachmentNotification = new ToolWindowFooterNotification(() ->
project.putUserData(CodeGPTKeys.IMAGE_ATTACHMENT_FILE_PATH, ""));
upgradePlanLink = new ActionLink("Upgrade your plan", event -> {
BrowserUtil.browse("https://codegpt.carlrobert.ee/#pricing");
BrowserUtil.browse("https://codegpt.ee/#pricing");
});
upgradePlanLink.setFont(JBUI.Fonts.smallFont());
upgradePlanLink.setExternalLinkIcon();

View file

@ -43,7 +43,7 @@ public class ChatToolWindowScrollablePanel extends ScrollablePanel {
It looks like you haven't configured your API key yet. Visit <a href="#OPEN_SETTINGS">CodeGPT settings</a> to do so.
</p>
<p style="margin-top: 4px; margin-bottom: 4px;">
Don't have an account? <a href="https://codegpt.carlrobert.ee/signin">Sign up</a> for free access to all open-source models.
Don't have an account? <a href="https://codegpt.ee/signin">Sign up</a> for free access to all open-source models.
</p>
</html>""",
false,