Skip to content

Commit

Permalink
Fix the wiki link, update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrShadow committed Oct 14, 2024
1 parent 9a45541 commit 3aa21a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Docs/tutorial_part3/tutorial_part_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ Perfect! It looks like it was saved correctly! Let's put it in the game!
Copy the **modified D3DTX** file and put it inside the game's directory.
> [!NOTE]
> The game will prioritize loading the new files rather than the ones in the game archives.
> [!TIP] If you want to put the texture inside a TTARCH, check out this somewhat-outdated [wiki](/Docs/articles/embed_ttarch.md).
> [!TIP]
> If you want to put the texture inside a TTARCH, check out this somewhat-outdated [wiki](/Docs/articles/embed_ttarch.md).
Here's how mine looks:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class MainManager
public readonly string AppVersion = "v2.5.0";

// Weblink for getting help with the application
private const string AppHelpLink = "https://github.com/iMrShadow/DDS-D3DTX-Converter/blob/main/wiki/home.md";
private const string AppHelpLink = "https://github.com/Telltale-Modding-Group/Telltale-Texture-Tool/wiki";

private WorkingDirectory _workingDirectory;
private static MainManager? _instance;
Expand Down

0 comments on commit 3aa21a8

Please sign in to comment.