mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
fix: do not use origin URL as RepositoryUrl
This commit is contained in:
parent
ac8621a2ec
commit
9a44e324de
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
public static class BuildInfo
|
public static class BuildInfo
|
||||||
{
|
{
|
||||||
public static string RepositoryUrl => ThisAssembly.Git.RepositoryUrl;
|
public static string RepositoryUrl => "https://github.com/TeamOctolings/Octobot";
|
||||||
|
|
||||||
public static string IssuesUrl => $"{RepositoryUrl}/issues";
|
public static string IssuesUrl => $"{RepositoryUrl}/issues";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue