Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 99f4165

Browse files
committed
actually use github :/
1 parent 437fc71 commit 99f4165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BUILD/Word Find Solver.exe

0 Bytes
Binary file not shown.

SOURCE/Word Find Solver.suo

-13 KB
Binary file not shown.

SOURCE/Word Find Solver/Form1.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public partial class Form1 : Form
1616
private const double AppVersion = 0.1;
1717
private const String HelpString = "";
1818

19-
private const String UpdatePath = "http://www.andreigec.net/games/wfs/wfs.zip";
20-
private const String VersionPath = "http://www.andreigec.net/games/wfs/version.txt";
21-
private const String ChangelogPath = "http://www.andreigec.net/games/wfs/changelog.txt";
19+
private const String UpdatePath = "https://github.com/EvilSeven/Word-Find-Solver/zipball/master";
20+
private const String VersionPath = "https://raw.github.com/EvilSeven/Word-Find-Solver/master/INFO/version.txt";
21+
private const String ChangelogPath = "https://raw.github.com/EvilSeven/Word-Find-Solver/master/INFO/changelog.txt";
2222

2323
private readonly String OtherText =
2424
@"©" + DateTime.Now.Year +

0 commit comments

Comments
 (0)