Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
2767mr authored Oct 15, 2024
1 parent a9854f3 commit 46a366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PKG_NAME: &str = env!("CARGO_PKG_NAME");
const PKG_VERSION: &str = env!("CARGO_PKG_VERSION");

const CCMODDB_DATA_URL: &str =
"https://github.com/CCDirectLink/CCModDB/raw/master/npDatabase.json";
"https://raw.githubusercontent.com/CCDirectLink/CCModDB/refs/heads/stable/npDatabase.json";

const BUG_REPORT_TEXT: &str =
"Please, contact @dmitmel on either GitHub, CrossCode official Discord server, or CCDirectLink Discord server. Bugs can be reported at https://github.com/dmitmel/ccloader-installer/issues";
Expand Down

0 comments on commit 46a366c

Please sign in to comment.