Skip to content

Commit

Permalink
Fix obs help link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinBaker committed Mar 10, 2022
1 parent ad7c82b commit 46b09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AATool/Paths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static DirectoryInfo MostRecentlyWritten(DirectoryInfo a, DirectoryInfo b
public static class Web
{
public const string LatestRelease = "https://github.com/DarwinBaker/AATool/releases/latest";
public const string ObsHelp = "https://github.com/DarwinBaker/AATool/blob/master/info/obs.md";
public const string ObsHelp = "https://github.com/DarwinBaker/AATool/blob/main/info/obs.md";
public const string PatreonFull = "https://www.patreon.com/_ctm";
public const string PatreonShort = "Patreon.com/_CTM";
public const string UnofficialSpreadsheet = "https://docs.google.com/spreadsheets/d/107ijqjELTQQ29KW4phUmtvYFTX9-pfHsjb18TKoWACk/export?format=csv";
Expand Down

0 comments on commit 46b09c9

Please sign in to comment.