From d76b1e3f2408aea869737a21071b96bbcbec4d4d Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 14 Apr 2021 01:23:57 +0100 Subject: [PATCH] Corrected website links, in preparation for website launch. --- resources/help.txt | 2 +- src/TargetController/TargetController.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }