update version display and project urls

This commit is contained in:
Mark Sturgill 2013-11-03 10:11:30 -07:00
parent d18b2254d8
commit 1fdb2d9a1f
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ namespace Server.Gumps
private Mobile m_Mobile;
private Guild m_Guild;
private const string DefaultWebsite = "http://www.runuo.com/";
private const string DefaultWebsite = "https://github.com/runuo/";
public GuildCharterGump( Mobile from, Guild guild ) : base( 20, 30 )
{