Skip to content

Commit

Permalink
Fixed link to the project page in plugin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fyryNy committed Oct 11, 2023
1 parent e3e370f commit a4fa965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vdf-include/system/autorun/ZTTSDIALOGUES.D
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ instance MenuItem_Opt_Headline(C_MENU_ITEM_DEF)

func int Act_OpenWebLink()
{
Open_Link("https://github.com/fyryNy/zTTSDialogues");
Open_Link("https://github.com/Sefaris/zTTSDialogues");
return 0;
};

Expand All @@ -138,7 +138,7 @@ instance MenuItem_Opt_Open_Link(C_MENU_ITEM_DEF)
"Otwórz stronę projektu"
);

text[1] = "github.com/fyryNy/zTTSDialogues";
text[1] = "https://github.com/Sefaris/zTTSDialogues";
};

// ------ Menu ------
Expand Down

0 comments on commit a4fa965

Please sign in to comment.