Change repo link to rmcrackan
This commit is contained in:
parent
cecabc911e
commit
8a682533c1
@ -97,7 +97,7 @@ public partial class EditTemplateDialog : DialogWindow
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void GoToNamingTemplateWiki()
|
public void GoToNamingTemplateWiki()
|
||||||
=> Go.To.Url(@"ht" + "tps://github.com/Mbucari/Libation/blob/master/Documentation/NamingTemplates.md");
|
=> Go.To.Url(@"ht" + "tps://github.com/rmcrackan/Libation/blob/master/Documentation/NamingTemplates.md");
|
||||||
|
|
||||||
// hold the work-in-progress value. not guaranteed to be valid
|
// hold the work-in-progress value. not guaranteed to be valid
|
||||||
private string _userTemplateText;
|
private string _userTemplateText;
|
||||||
|
|||||||
@ -153,7 +153,7 @@ namespace LibationWinForms.Dialogs
|
|||||||
|
|
||||||
private void llblGoToWiki_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
private void llblGoToWiki_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
{
|
{
|
||||||
Go.To.Url(@"ht" + "tps://github.com/Mbucari/Libation/blob/master/Documentation/NamingTemplates.md");
|
Go.To.Url(@"ht" + "tps://github.com/rmcrackan/Libation/blob/master/Documentation/NamingTemplates.md");
|
||||||
e.Link.Visited = true;
|
e.Link.Visited = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user