mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: switch to org URL for DalamudPlugins
This commit is contained in:
parent
43e4eac24b
commit
f9658098fe
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Dalamud.Plugin
|
|||
{
|
||||
public class PluginRepository
|
||||
{
|
||||
private const string PluginRepoBaseUrl = "https://goaaats.github.io/DalamudPlugins/";
|
||||
private const string PluginRepoBaseUrl = "https://goatcorp.github.io/DalamudPlugins/";
|
||||
|
||||
private PluginManager manager;
|
||||
private string pluginDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue