Corrected website links, in preparation for website launch.

This commit is contained in:
Nav
2021-04-14 01:23:57 +01:00
parent 45d691436c
commit d76b1e3f24
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ Commands:
--version, -v Displays the current version number. --version, -v Displays the current version number.
init Creates a new Bloom project configuration file (bloom.json) in the working directory. init Creates a new Bloom project configuration file (bloom.json) in the working directory.
For more information on getting started with Bloom, please visit https://bloom.oscillate.io/getting-started. For more information on getting started with Bloom, please visit https://bloom.oscillate.io/docs/getting-started.

View File

@@ -193,7 +193,7 @@ void TargetController::checkUdevRules() {
Logger::error("Bloom udev rules missing - cannot install udev rules without root privileges.\n" Logger::error("Bloom udev rules missing - cannot install udev rules without root privileges.\n"
"Running Bloom once with root privileges will allow it to automatically install the udev rules." "Running Bloom once with root privileges will allow it to automatically install the udev rules."
" Alternatively, instructions on manually installing the udev rules can be found " " Alternatively, instructions on manually installing the udev rules can be found "
"here: https://bloom.oscillate.io/some/link.\nBloom may fail to connect to some debug tools " "here: https://bloom.oscillate.io/docs/getting-started\nBloom may fail to connect to some debug tools "
"until this is resolved."); "until this is resolved.");
return; return;
} }