In the installing_hackrf_software docs, under "Installing From Source", the source url still points to `git clone https://github.com/mossmann/hackrf.git` instead of https://github.com/greatscottgadgets/hackrf.git Unlike the other browser links, the git url is not automatically redirected, so cloning will fail: ``` jg@buildbot:~/hackrf$ git clone https://github.com/mossman/hackrf.git Cloning into 'hackrf'... remote: Repository not found. fatal: repository 'https://github.com/mossman/hackrf.git/' not found ``` While creating this patch, I also found a few more of those older urls and updated them too. One last unfixed url remains at https://hackrf.readthedocs.io/en/latest/LPC43XX_Debugging.html#lpc-link, however I could not find the intended destination so I have left it as-is.
* reorganize and update existing HackRF documentation * include changes suggested by martinling * Update software support page * fix typo * Update acrylic case link * docs: make adjustments based on feedback from epenelope
* Update HackRF docs links * Update new docs links * Remove erroneous backticks * update links
* Update of existing docs to Sphinx * Update ToC