diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-07-31 10:10:14 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-07-31 10:49:34 -0700 |
commit | 5fc3a5973f914714a15401f5732ebabbe20cc4d6 (patch) | |
tree | 6b36de2a072d5d90f6d6f309a17d76f7d8addc1a /host/utils/usrp_n2xx_simple_net_burner.cpp | |
parent | fb47c829c2006ff42d5fc5e167060c801c463325 (diff) | |
download | uhd-5fc3a5973f914714a15401f5732ebabbe20cc4d6.tar.gz uhd-5fc3a5973f914714a15401f5732ebabbe20cc4d6.tar.bz2 uhd-5fc3a5973f914714a15401f5732ebabbe20cc4d6.zip |
Updated documentation
* Updated UHD documentation-related URL's after manual overhaul
* Updated NI-USRP URL to link to NI-USRP 1.3
Diffstat (limited to 'host/utils/usrp_n2xx_simple_net_burner.cpp')
-rw-r--r-- | host/utils/usrp_n2xx_simple_net_burner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_n2xx_simple_net_burner.cpp b/host/utils/usrp_n2xx_simple_net_burner.cpp index 0234ce6fa..2a766a345 100644 --- a/host/utils/usrp_n2xx_simple_net_burner.cpp +++ b/host/utils/usrp_n2xx_simple_net_burner.cpp @@ -136,7 +136,7 @@ void sig_int_handler(int){ } else{ std::cout << std::endl << "Aborting. Your USRP-N Series unit will be bricked." << std::endl - << "Refer to http://files.ettus.com/uhd_docs/manual/html/usrp2.html#device-recovery-and-bricking" << std::endl + << "Refer to http://files.ettus.com/manual/page_usrp2.html#usrp2_loadflash_brick" << std::endl << "for details on restoring your device." << std::endl; exit(EXIT_FAILURE); } |