Skip to content

Commit 9c929b4

Browse files
committed
Change site link
1 parent 0e95669 commit 9c929b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub const PROG_NAME: &str = "TimeKeeper";
44
pub const PROG_VER: &str = env!("CARGO_PKG_VERSION");
55
pub const PROG_LOGO: &[u8] = include_bytes!("../assets/logo1.png");
6-
pub const PROG_SITE: &str = "https://mskrasnov.github.io/TimeKeeper";
6+
pub const PROG_SITE: &str = "https://timekeepersoft.github.io/";
77
pub const PROG_REPO: &str = "https://github.com/mskrasnov/TimeKeeper";
88
pub const PROG_CRATES_URL: &str = "https://crates.io/crates/time_keeper";
99
pub const PROG_TELEGRAM: &str = "https://t.me/TimeKeeperSoft";

0 commit comments

Comments
 (0)