Skip to content

Commit

Permalink
Updated URL to method calls
Browse files Browse the repository at this point in the history
-constant strings changed to call DocumentationURL and BHoMWebsiteURL.
  • Loading branch information
desaiwangBH authored and Fraser Greenroyd committed Jun 21, 2023
1 parent 0c98fdb commit 5ff4d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI_Engine/Query/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ public static BHoMInformation Information()
{
Version = version,
InstallDate = installDate,
BHoMWebsite = "https://bhom.xyz",
WikiLink = "https://bhom.xyz/documentation",
BHoMWebsite = Base.Query.BHoMWebsiteURL(),
WikiLink = Base.Query.DocumentationURL(),
Assemblies = BH.Engine.Base.Query.BHoMAssemblyList().Select(x => x.GetName().Name).OrderBy(x => x).ToList(),
Description = "This is the Buildings and Habitats object Model. A collaborative computational development project for the built environment.\n\n"
+ "It is crafted as transdisciplinary, software-agnostic and office/region/country independent, and therefore would be nothing without our active community and wide range of contributors.\n\n"
+ "To find out more about our collective experiment go to https://bhom.xyz",
+ $"To find out more about our collective experiment go to {Base.Query.BHoMWebsiteURL()}",
};
}
}
Expand Down

0 comments on commit 5ff4d3d

Please sign in to comment.