diff --git a/resources/help.txt b/resources/help.txt index 596328bc..8f1c0395 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -11,4 +11,4 @@ Commands: --version, -v Displays the current version number. 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. diff --git a/src/TargetController/TargetController.cpp b/src/TargetController/TargetController.cpp index 783bad9e..fca13b8c 100644 --- a/src/TargetController/TargetController.cpp +++ b/src/TargetController/TargetController.cpp @@ -193,7 +193,7 @@ void TargetController::checkUdevRules() { 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." " 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."); return; }