Skip to content

Commit 1c98dc4

Browse files
author
devappliberated
committed
Fix urls in About box
1 parent 9cf9c33 commit 1c98dc4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Source/DefectPX/DefectPX.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
<Company>Appliberated</Company>
99
<Authors>Appliberated</Authors>
1010
<Product>DefectPX</Product>
11-
<FileVersion>2.0.0.7</FileVersion>
11+
<FileVersion>2.0.0.8</FileVersion>
1212
<Version>2.0.0</Version>
1313
<Copyright>Copyright (c) Appliberated</Copyright>
14-
<AssemblyVersion>2.0.0.7</AssemblyVersion>
14+
<AssemblyVersion>2.0.0.8</AssemblyVersion>
1515
<ApplicationIcon>defectpx-app-icon.ico</ApplicationIcon>
16+
<PackageProjectUrl>https://www.appliberated.com/defectpx/</PackageProjectUrl>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Source/DefectPX/Forms/AboutBox.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace DefectPX
1212
/// </summary>
1313
public partial class AboutBox : Form
1414
{
15-
private const string DonateUrl = "http://www.appliberated.com/defectpx/donate/";
16-
private const string HelpUrl = "http://www.appliberated.com/defectpx/";
15+
private const string DonateUrl = "https://www.appliberated.com/defectpx/contribute/";
16+
private const string HelpUrl = "https://www.appliberated.com/defectpx/help/";
1717

1818
/// <summary>
1919
/// Initializes a new instance of the <see cref="AboutBox"/> class.

Source/DefectPX/Forms/MainForm.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)