diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-07-31 10:19:51 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-07-31 10:49:40 -0700 |
commit | 0a0844cf35b90c68949ae4906cb2f7f7579fbaa4 (patch) | |
tree | fb070bcc0ae882805cd7fee9c6643423bcead754 /host/utils | |
parent | 4999b5df50d4e859bc3c95c2cbe0efc58df5c42a (diff) | |
download | uhd-0a0844cf35b90c68949ae4906cb2f7f7579fbaa4.tar.gz uhd-0a0844cf35b90c68949ae4906cb2f7f7579fbaa4.tar.bz2 uhd-0a0844cf35b90c68949ae4906cb2f7f7579fbaa4.zip |
Updated master-specfic documentation
* Updated manual URL on OctoClock documentation after manual overhaul
* Improved "Coding to the API" page
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/octoclock_firmware_burner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/octoclock_firmware_burner.cpp b/host/utils/octoclock_firmware_burner.cpp index b8b8a3c1d..bc91f22f9 100644 --- a/host/utils/octoclock_firmware_burner.cpp +++ b/host/utils/octoclock_firmware_burner.cpp @@ -64,7 +64,7 @@ void sig_int_handler(int){ } else{ std::cout << std::endl << "Aborting. Your OctoClock device will be bricked." << std::endl - << "Refer to http://files.ettus.com/uhd_docs/doxymanual/html/octoclock.html" << std::endl + << "Refer to http://files.ettus.com/manual/page_octoclock.html#bootloader" << std::endl << "for details on restoring your device." << std::endl; exit(EXIT_FAILURE); } |