Changed graph download/upload URLs to reflect changes done with migrating graph repository to github.

This commit is contained in:
ds 2020-11-12 16:19:07 +03:00
commit 1b7d7e18db
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ public:
StringRef author { "YaPB Project" };
StringRef email { "yapb@jeefo.net" };
StringRef url { "https://yapb.ru/" };
StringRef download { "yapb.ru" };
StringRef download { "graph.yapb.ru" };
StringRef folder { "yapb" };
StringRef logtag { "YB" };
StringRef dtime { __DATE__ " " __TIME__ };