1
0
Fork 1
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:
Octol1ttle 2024-03-24 15:31:53 +05:00
parent ac8621a2ec
commit 9a44e324de
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -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";