mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-02 20:19:55 +03:00
/about: Replace repo link with website link (#328)
A some sort of UX change. Repository link will be still accessible from the website.
This commit is contained in:
parent
d1133124b8
commit
afd0141c13
5 changed files with 11 additions and 9 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
public static class BuildInfo
|
||||
{
|
||||
public const string RepositoryUrl = "https://github.com/TeamOctolings/Octobot";
|
||||
public const string WebsiteUrl = "https://teamoctolings.github.io/Octobot";
|
||||
|
||||
private const string RepositoryUrl = "https://github.com/TeamOctolings/Octobot";
|
||||
|
||||
public const string IssuesUrl = $"{RepositoryUrl}/issues";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue