We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c9c22 commit 6b278f0Copy full SHA for 6b278f0
Intersect.Editor/Forms/frmAbout.cs
@@ -16,7 +16,7 @@ public FrmAbout()
16
17
private void lblWebsite_Click(object sender, EventArgs e)
18
{
19
- BrowserUtils.Open("http://ascensiongamedev.com");
+ BrowserUtils.Open("https://ascensiongamedev.com");
20
}
21
22
private void frmAbout_Load(object sender, EventArgs e)
0 commit comments