Skip to content

Commit a3f9e2e

Browse files
committed
Update URL for WordList.xml in link label click handler
Changed the URL to directly reference the raw content of WordList.xml instead of the GitHub code view. This ensures the correct file is accessed in a user-friendly format.
1 parent 4e669f3 commit a3f9e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/AmericanToBritish/DLL/PluginForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void linkLabelIssues_LinkClicked(object sender, LinkLabelLinkClickedEven
194194

195195
private void linkLabelWordList_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
196196
{
197-
Process.Start("https://github.com/SubtitleEdit/plugins/blob/master/AmericanToBritish/DLL/WordList.xml");
197+
Process.Start("https://raw.githubusercontent.com/SubtitleEdit/plugins/refs/heads/main/source/AmericanToBritish/DLL/WordList.xml");
198198
listViewFixes.Select();
199199
}
200200

0 commit comments

Comments
 (0)