Pre-Wiki Update (#285)
This PR has been opened to finally update Octobot's Wiki. Current changes summary: - correct minor spelling issues in some command descriptions - /about: add Octobot's Wiki button --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
e0232f6008
commit
ac8621a2ec
8 changed files with 28 additions and 4 deletions
|
@ -6,6 +6,8 @@ public static class BuildInfo
|
|||
|
||||
public static string IssuesUrl => $"{RepositoryUrl}/issues";
|
||||
|
||||
public static string WikiUrl => $"{RepositoryUrl}/wiki";
|
||||
|
||||
private static string Commit => ThisAssembly.Git.Commit;
|
||||
|
||||
private static string Branch => ThisAssembly.Git.Branch;
|
||||
|
|
Reference in a new issue