mentioning migration page

This commit is contained in:
neil 2020-08-31 16:02:10 +02:00
parent 3324315d8a
commit 4a1e9cca7e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ impl Config {
}
pub fn check_version(&self) {
if self.config_version != CONFIG_VERSION {
eprintln!("Your configuration file is obsolete! Please update it with config.toml.sample and update its version to {}.", CONFIG_VERSION);
eprintln!("Your configuration file is obsolete!\nPlease update it following the instructions in https://git.42l.fr/neil/sncf/wiki/Upgrade-from-a-previous-version and update its version to {}.", CONFIG_VERSION);
panic!();
}
}