Skip to content

Commit

Permalink
- no longer with BJSS :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorDArcyEvans committed Dec 27, 2019
1 parent d15a3d2 commit fed65e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/GUI/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/GUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<value>..\Resources\copy.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="WebAddress" xml:space="preserve">
<value>https://github.com/TrevorDArcyEvansBJSS/nERD</value>
<value>https://github.com/TrevorDArcyEvans/nERD</value>
</data>
<data name="Redo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\redo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down Expand Up @@ -176,7 +176,7 @@
<value>..\Resources\project.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="MailAddress" xml:space="preserve">
<value>nerd@bjss.com</value>
<value>tdarcyevans@hotmail.com</value>
</data>
<data name="Help" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\help.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/UpdatesChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace NClass.GUI
{
public static class UpdatesChecker
{
private const string VersionUrl = "https://raw.githubusercontent.com/TrevorDArcyEvansBJSS/nERD/master/version.xml";
private const string VersionUrl = "https://raw.githubusercontent.com/TrevorDArcyEvans/nERD/master/version.xml";

private class VersionInfo
{
Expand Down

0 comments on commit fed65e4

Please sign in to comment.