Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Link Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
B0N3head authored May 25, 2022
1 parent 637aa79 commit 71aded8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HEIFConverter/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
Expand Down Expand Up @@ -167,7 +167,7 @@ public void ProcessFile(string path)

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/danieljlawson/HEIFConverter");
System.Diagnostics.Process.Start("https://github.com/B0N3head/HEICConverter"); //Deleted profile
}

private void Form1_FormClosing(object sender, FormClosingEventArgs e)
Expand Down

0 comments on commit 71aded8

Please sign in to comment.