Skip to content

Commit

Permalink
Changed: Publishing Tutorial URL For Upcoming Wiki Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 14, 2022
1 parent 0add319 commit e49c287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void SetOutputFolder()
/// <summary>
/// Directs user to the page showing them how to publish mods.
/// </summary>
public void ShowPublishTutorial() => ProcessExtensions.OpenFileWithDefaultProgram("https://reloaded-project.github.io/Reloaded-II/PublishingMods/#enabling-update-support");
public void ShowPublishTutorial() => ProcessExtensions.OpenFileWithDefaultProgram("https://reloaded-project.github.io/Reloaded-II/AddingUpdateSupport");

private string GetModFolder() => Path.GetDirectoryName(_modTuple.Path)!;

Expand Down

0 comments on commit e49c287

Please sign in to comment.